diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 993acf81d..8bcd944e3 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -8,7 +8,6 @@ | |||
8 | "@shared/*": [ "shared/*" ] | 8 | "@shared/*": [ "shared/*" ] |
9 | }, | 9 | }, |
10 | "typeRoots": [ | 10 | "typeRoots": [ |
11 | "server/typings", | ||
12 | "node_modules/@types" | 11 | "node_modules/@types" |
13 | ] | 12 | ] |
14 | }, | 13 | }, |
@@ -17,5 +16,5 @@ | |||
17 | { "path": "./server" }, | 16 | { "path": "./server" }, |
18 | { "path": "./scripts" } | 17 | { "path": "./scripts" } |
19 | ], | 18 | ], |
20 | "files": [ "server.ts", "server/types/express.d.ts" ] | 19 | "files": [ "server.ts", "server/types/express.d.ts", "server/types/lib.d.ts" ] |
21 | } | 20 | } |