diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index f2985f82b..e23c8eed1 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -14,7 +14,11 @@ | |||
14 | "es2016", | 14 | "es2016", |
15 | "es2017" | 15 | "es2017" |
16 | ], | 16 | ], |
17 | "typeRoots": [ "node_modules/@types", "server/typings" ], | 17 | "typeRoots": [ |
18 | "node_modules/sitemap/node_modules/@types", | ||
19 | "node_modules/@types", | ||
20 | "server/typings" | ||
21 | ], | ||
18 | "baseUrl": "./", | 22 | "baseUrl": "./", |
19 | "paths": { | 23 | "paths": { |
20 | "@server/*": [ "server/*" ], | 24 | "@server/*": [ "server/*" ], |