build: use mjs files for ng-dev configuration

In preperation for ng-dev requiring mjs files for configuration, switch over our usage
This commit is contained in:
Joey Perrott
2025-11-06 20:56:06 +00:00
committed by Andrew Kushnir
parent 0835bd815f
commit 7d6235f3fb
8 changed files with 26 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"symbol-extractor:check": "node tools/symbol-extractor/run_all_symbols_extractor_tests.js test",
"symbol-extractor:update": "node tools/symbol-extractor/run_all_symbols_extractor_tests.js accept",
"ts-circular-deps:check": "pnpm -s ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js",
"check-tooling-setup": "tsc --project .ng-dev/tsconfig.json && tsc --project scripts/tsconfig.json",
"check-tooling-setup": "tsc --project scripts/tsconfig.json",
"devtools:devserver": "ibazel run //devtools/src:devserver",
"devtools:test:e2e": "cypress run --project ./devtools/cypress",
"devtools:e2e:open": "cypress open --project ./devtools/cypress",