aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 05d094d..654d7ac 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,9 +3,9 @@
"declaration": true,
"forceConsistentCasingInFileNames": true,
"inlineSourceMap": true,
- "skipLibCheck": true,
"strict": true,
- "target": "ES3"
+ "target": "ES3",
+ "lib": ["es5", "dom", "es2015.promise"]
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended"