diff --git a/tsconfig.json b/tsconfig.json index 85549a2..f29e259 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,11 @@ { "compilerOptions": { - "target": "es6", - "module": "commonjs", + "target": "es2017", + "module": "esnext", "rootDir": "./src", "outDir": "./build", "esModuleInterop": true, - "strict": true + "strict": true, + "moduleResolution": "node" } } \ No newline at end of file