Turn on automatic JS strict mode + noImplicitThis
This commit is contained in:
parent
e44ef71fe2
commit
f0bb095d50
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
||||||
"../shared/src/*"
|
"../shared/src/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sourceMap": true
|
"sourceMap": true,
|
||||||
|
"alwaysStrict": true,
|
||||||
|
"noImplicitThis": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/**/*.ts"
|
"src/**/*.ts"
|
||||||
|
|
Loading…
Add table
Reference in a new issue