aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
index 18ba8f06c..cce74235b 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -1,11 +1,12 @@
1{ 1{
2 "compilerOptions": { 2 "compilerOptions": {
3 "module": "commonjs", 3 "module": "NodeNext",
4 "target": "es2015", 4 "target": "ES2017",
5 "noImplicitAny": false, 5 "noImplicitAny": false,
6 "sourceMap": true, 6 "sourceMap": true,
7 "experimentalDecorators": true, 7 "experimentalDecorators": true,
8 "emitDecoratorMetadata": true, 8 "emitDecoratorMetadata": true,
9 "isolatedModules": true,
9 "importHelpers": true, 10 "importHelpers": true,
10 "removeComments": true, 11 "removeComments": true,
11 "esModuleInterop": true, 12 "esModuleInterop": true,
@@ -19,11 +20,6 @@
19 "es2019" 20 "es2019"
20 ], 21 ],
21 "baseUrl": "./", 22 "baseUrl": "./",
22 "paths": {
23 "@server/*": [ "server/*" ],
24 "@shared/*": [ "shared/*" ],
25 "@client/*": [ "client/src/*" ]
26 },
27 "resolveJsonModule": true, 23 "resolveJsonModule": true,
28 "strict": false, 24 "strict": false,
29 "strictBindCallApply": true, 25 "strictBindCallApply": true,