aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.settings.json')
-rw-r--r--tsconfig.settings.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/tsconfig.settings.json b/tsconfig.settings.json
index ccd0927ab..35f2cd80e 100644
--- a/tsconfig.settings.json
+++ b/tsconfig.settings.json
@@ -3,14 +3,11 @@
3 "baseUrl": ".", 3 "baseUrl": ".",
4 "target": "esnext", 4 "target": "esnext",
5 "module": "commonjs", 5 "module": "commonjs",
6 "lib": [ 6 "lib": ["es2015", "es2017", "dom"],
7 "es2015",
8 "es2017",
9 "dom"
10 ],
11 "jsx": "react", 7 "jsx": "react",
12 "sourceMap": true, 8 "sourceMap": true,
13 "strict": true, 9 "strict": true,
10 "noImplicitAny": false,
14 "allowSyntheticDefaultImports": true, 11 "allowSyntheticDefaultImports": true,
15 "experimentalDecorators": true, 12 "experimentalDecorators": true,
16 "composite": true, 13 "composite": true,