aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 563d58e..6d1b988 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,7 +5,11 @@
"noEmit": true,
"declaration": true,
"moduleResolution": "node",
- "esModuleInterop": true
+ "skipLibCheck": true,
+ "esModuleInterop": true,
},
- "include": ["src/*.ts", "test/*.ts"]
+ "include": [
+ "src/*.ts",
+ "test/*.ts"
+ ]
}