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 da09d0d85..d305722c4 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -19,7 +19,8 @@ | |||
19 | ], | 19 | ], |
20 | "typeRoots": [ | 20 | "typeRoots": [ |
21 | "node_modules/sitemap/node_modules/@types", | 21 | "node_modules/sitemap/node_modules/@types", |
22 | "node_modules/@types" | 22 | "node_modules/@types", |
23 | "server/typings" | ||
23 | ], | 24 | ], |
24 | "baseUrl": "./", | 25 | "baseUrl": "./", |
25 | "paths": { | 26 | "paths": { |