Skip to content

Commit b3e765a

Browse files
committed
clean up fixtures
1 parent 459047f commit b3e765a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

system-tests/projects/angular-21/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"builder": "@angular/build:application",
1515
"options": {
1616
"browser": "src/main.ts",
17-
"tsConfig": "tsconfig.app.json",
1817
"assets": [
1918
"src/favicon.ico",
2019
"src/assets"

system-tests/projects/angular-21/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"strictInjectionParameters": true,
2121
"strictInputAccessModifiers": true,
2222
"strictTemplates": true
23-
},
24-
"files": []
23+
}
2524
}

0 commit comments

Comments
 (0)