diff --git a/tsconfig.json b/tsconfig.json index a66e0677..1741b9e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { "compileOnSave": true, "compilerOptions": { - "allowJs": true, - "target": "ES5", + "allowJs": false, + "target": "ES2019", "outDir": "./dist/", - "allowSyntheticDefaultImports": true + "module": "CommonJS", + "moduleResolution": "Node" }, "include": [ "./lib/**/*"