Turn on automatic JS strict mode + noImplicitThis

This commit is contained in:
Dragory 2020-07-22 21:23:27 +03:00
parent e44ef71fe2
commit f0bb095d50
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -19,7 +19,9 @@
"../shared/src/*"
]
},
"sourceMap": true
"sourceMap": true,
"alwaysStrict": true,
"noImplicitThis": true
},
"include": [
"src/**/*.ts"