diff options
Diffstat (limited to 'server/tools/tsconfig.json')
-rw-r--r-- | server/tools/tsconfig.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json new file mode 100644 index 000000000..f8a1c705c --- /dev/null +++ b/server/tools/tsconfig.json | |||
@@ -0,0 +1,4 @@ | |||
1 | { | ||
2 | "extends": "../../tsconfig.json", | ||
3 | "exclude": [ ] // Overwrite exclude property | ||
4 | } | ||