SUPPORT-9421: fix

This commit is contained in:
adel.ka 2025-09-22 10:12:59 +03:00
parent a5d80b3bcb
commit 9476bd4d3f

View file

@ -11,9 +11,9 @@
"tsc": "node ./node_modules/typescript/bin/tsc",
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",
"ts-watch": "node node_modules/cross-env/dist/bin/cross-env.js TSC_NONPOLLING_WATCHER=true npm run tsc-watch",
"ts": "npm install && npm run tsc",
"ts": "npm install --force && npm run tsc",
"compile": "npm run ts-watch",
"install-compile": "npm install && npm run ts-watch"
"install-compile": "npm install --force && npm run ts-watch"
},
"dependencies": {
"@angular/animations": "7.2.15",