diff --git a/tsconfig.json b/tsconfig.json index bcb24bd..6d6b203 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,11 @@ { "compilerOptions": { - "module": "commonjs", - "target": "es6", + "module": "esnext", + "target": "esnext", "sourceMap": false, "outDir": "dist", "rootDir": "src", - "lib": ["es2016"] + "lib": ["esnext"] }, "exclude": ["node_modules", "tests"] }