Skip to content

Commit bb36aa2

Browse files
IonutBrocco
Ionut
authored andcommitted
fix(tsconfig): app.ts is main.ts now
fixes TSError `file not included in the typescript compilation context` (#461)
1 parent eb5f527 commit bb36aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/src/client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818

1919
"files": [
20-
"app.ts",
20+
"main.ts",
2121
"typings.d.ts"
2222
]
2323
}

0 commit comments

Comments
 (0)