AAE-48934 Migrate to @angular/build (#12098)

* AAE-48934 Migrate to @angular/build

* cr

* cr

* fix watch issue

* fix insights tests
This commit is contained in:
Bartosz Sekula
2026-07-28 10:42:26 +02:00
committed by GitHub
parent b6ae479cd0
commit b234ca6c42
16 changed files with 1609 additions and 630 deletions
+1 -10
View File
@@ -1,12 +1,3 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"target": "ES2015",
"esModuleInterop": true,
"isolatedModules": true,
"allowSyntheticDefaultImports": true,
"lib": ["ESNext", "dom"]
}
"extends": "../tsconfig.spec.json"
}