SUPPORT-9421: fix

This commit is contained in:
adel.ka 2025-09-23 13:32:54 +03:00
parent 2bee1790a3
commit 8f9d4fcf43

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",