aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
index ef86b9797..349c4de6c 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -12,6 +12,7 @@
12 "esModuleInterop": true, 12 "esModuleInterop": true,
13 "forceConsistentCasingInFileNames": true, 13 "forceConsistentCasingInFileNames": true,
14 "lib": [ 14 "lib": [
15 "dom",
15 "es2015", 16 "es2015",
16 "es2016", 17 "es2016",
17 "es2017", 18 "es2017",
@@ -20,6 +21,7 @@
20 ], 21 ],
21 "typeRoots": [ 22 "typeRoots": [
22 "node_modules/@types", 23 "node_modules/@types",
24 "client/node_modules/@types"
23 ], 25 ],
24 "baseUrl": "./", 26 "baseUrl": "./",
25 "outDir": "./dist/", 27 "outDir": "./dist/",