diff --git a/tsconfig.json b/tsconfig.json index 2c78592..f43ee5a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "es2015", - "module": "esnext", + "target": "es2018", + "module": "commonjs", "moduleResolution": "node", "strict": true, "noUnusedLocals": true,