Skip to content

Commit 8f3ddf3

Browse files
committed
Add noImplicitThis in default tsconfig
1 parent 60d5d80 commit 8f3ddf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blueprints/ember-cli-typescript/files/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"allowJs": true,
55
"moduleResolution": "node",
66
"allowSyntheticDefaultImports": true,
7+
"noImplicitThis": true,
78
"noEmitOnError": false,
89
"noEmit": true,
910
"sourceMap": true,

0 commit comments

Comments
 (0)