3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

Turn on automatic JS strict mode + noImplicitThis

This commit is contained in:
Dragory 2020-07-22 21:23:27 +03:00
parent d49d30c4a7
commit b664a17fc6

View file

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