diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 7e05994fb..f2985f82b 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -17,7 +17,8 @@ | |||
17 | "typeRoots": [ "node_modules/@types", "server/typings" ], | 17 | "typeRoots": [ "node_modules/@types", "server/typings" ], |
18 | "baseUrl": "./", | 18 | "baseUrl": "./", |
19 | "paths": { | 19 | "paths": { |
20 | "@server/*": [ "server/*" ] | 20 | "@server/*": [ "server/*" ], |
21 | "@shared/*": [ "shared/*" ] | ||
21 | } | 22 | } |
22 | }, | 23 | }, |
23 | "exclude": [ | 24 | "exclude": [ |