aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.base.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.base.json')
-rw-r--r--tsconfig.base.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.base.json b/tsconfig.base.json
index 349c4de6c..f579c703a 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -24,10 +24,10 @@
24 "client/node_modules/@types" 24 "client/node_modules/@types"
25 ], 25 ],
26 "baseUrl": "./", 26 "baseUrl": "./",
27 "outDir": "./dist/",
28 "paths": { 27 "paths": {
29 "@server/*": [ "server/*" ], 28 "@server/*": [ "server/*" ],
30 "@shared/*": [ "shared/*" ] 29 "@shared/*": [ "shared/*" ],
30 "@client/*": [ "client/src/*" ],
31 }, 31 },
32 "resolveJsonModule": true, 32 "resolveJsonModule": true,
33 "strict": false, 33 "strict": false,