diff options
Diffstat (limited to 'server/tsconfig.json')
-rw-r--r-- | server/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tsconfig.json b/server/tsconfig.json index 4be7ae2f4..240bd3bfe 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json | |||
@@ -7,6 +7,7 @@ | |||
7 | { "path": "../shared" } | 7 | { "path": "../shared" } |
8 | ], | 8 | ], |
9 | "exclude": [ | 9 | "exclude": [ |
10 | "tools/" | 10 | "tools/", |
11 | "tests/fixtures" | ||
11 | ] | 12 | ] |
12 | } | 13 | } |