summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4593ea5..a6bfccf 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,21 +1,20 @@
{
"compilerOptions": {
- "target": "es5",
+ "target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
+ "resolveJsonModule": true,
"experimentalDecorators": true,
+ "skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
- "resolveJsonModule": true,
"types": [
- "webpack-env",
- "mocha",
- "chai"
+ "webpack-env"
],
"paths": {
"@/*": [