More strict compiler options

This commit is contained in:
Anton Vakhrushev 2020-04-03 10:18:36 +03:00
parent 16bdbac1c0
commit 54fca1f4f4

View File

@ -1,10 +1,12 @@
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "./dist",
"allowJs": true, "allowJs": true,
"target": "ES2018", "isolatedModules": true,
"module": "commonjs", "module": "commonjs",
"outDir": "./dist",
"strictNullChecks": true, "strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2018",
"types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"] "types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"]
}, },
"include": [ "include": [