aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5685334..1a0bfa5 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -9,7 +9,8 @@
"esModuleInterop": true,
"sourceMap": true,
"resolveJsonModule": true,
- "outDir": "dist"
+ "outDir": "dist",
+ "skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules"]