SUPPORT-9421: fix

This commit is contained in:
adel.ka 2025-09-22 10:16:10 +03:00
parent c850f8e64a
commit 626aded139

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