aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 219c7c7..f8546fb 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,8 +1,9 @@
{
"compilerOptions": {
- "lib": ["ES2018"],
- "target": "es6",
+ "lib": ["ES2019"],
+ "target": "es2018",
"module": "commonjs",
+ "moduleResolution": "node",
"declaration": true,
"outDir": "dist",
"declarationDir": "dts",