diff --git a/tsconfig.json b/tsconfig.json index 95c34fa..308ae98 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,12 @@ { "compilerOptions": { "target": "es5", - "module": "commonjs", + "module": "esnext", "lib": [ "dom", "es2017" ], + "types": [], "strict": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true,