diff options
Diffstat (limited to 'server/tools/tsconfig.json')
-rw-r--r-- | server/tools/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json index 575133ec8..61e6b8739 100644 --- a/server/tools/tsconfig.json +++ b/server/tools/tsconfig.json | |||
@@ -7,5 +7,6 @@ | |||
7 | "references": [ | 7 | "references": [ |
8 | { "path": "../" }, | 8 | { "path": "../" }, |
9 | ], | 9 | ], |
10 | "files": [], | ||
10 | "exclude": [ ] // Overwrite exclude property | 11 | "exclude": [ ] // Overwrite exclude property |
11 | } | 12 | } |