diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index cb7937f99..993acf81d 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -17,5 +17,5 @@ | |||
17 | { "path": "./server" }, | 17 | { "path": "./server" }, |
18 | { "path": "./scripts" } | 18 | { "path": "./scripts" } |
19 | ], | 19 | ], |
20 | "files": ["server.ts"] | 20 | "files": [ "server.ts", "server/types/express.d.ts" ] |
21 | } | 21 | } |