aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 8f1d5b6fb..cb7937f99 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,11 @@
6 "paths": { 6 "paths": {
7 "@server/*": [ "server/*" ], 7 "@server/*": [ "server/*" ],
8 "@shared/*": [ "shared/*" ] 8 "@shared/*": [ "shared/*" ]
9 } 9 },
10 "typeRoots": [
11 "server/typings",
12 "node_modules/@types"
13 ]
10 }, 14 },
11 "references": [ 15 "references": [
12 { "path": "./shared" }, 16 { "path": "./shared" },