We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459047f commit b3e765aCopy full SHA for b3e765a
system-tests/projects/angular-21/angular.json
@@ -14,7 +14,6 @@
14
"builder": "@angular/build:application",
15
"options": {
16
"browser": "src/main.ts",
17
- "tsConfig": "tsconfig.app.json",
18
"assets": [
19
"src/favicon.ico",
20
"src/assets"
system-tests/projects/angular-21/tsconfig.json
@@ -20,6 +20,5 @@
"strictInjectionParameters": true,
21
"strictInputAccessModifiers": true,
22
"strictTemplates": true
23
- },
24
- "files": []
+ }
25
}
0 commit comments