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": {
"outDir": "./dist",
"allowJs": true,
"target": "ES2018",
"isolatedModules": true,
"module": "commonjs",
"outDir": "./dist",
"strictNullChecks": true,
"strictPropertyInitialization": true,
"target": "ES2018",
"types": ["node", "url-parse", "jquery", "nanoid", "mocha", "chai"]
},
"include": [