diff --git a/tsconfig.json b/tsconfig.json index 62ce029..cb28352 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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": [