Skip to content

Commit 5d5b79a

Browse files
committed
fix issue with incorrect placement of tsconfig in angular config
1 parent 8d18b26 commit 5d5b79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"architect": {
1313
"build": {
1414
"builder": "@angular/build:application",
15-
"tsConfig": "tsconfig.app.json",
1615
"options": {
16+
"tsConfig": "tsconfig.app.json",
1717
"browser": "src/main.ts",
1818
"assets": [
1919
"src/favicon.ico",

0 commit comments

Comments
 (0)