aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/tsconfig.json')
-rw-r--r--server/tools/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json
index 156a8ed22..575133ec8 100644
--- a/server/tools/tsconfig.json
+++ b/server/tools/tsconfig.json
@@ -1,5 +1,11 @@
1{ 1{
2 "extends": "../../tsconfig.json", 2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../../dist/server/tools"
5 },
3 "include": [ ".", "../typings" ], 6 "include": [ ".", "../typings" ],
7 "references": [
8 { "path": "../" },
9 ],
4 "exclude": [ ] // Overwrite exclude property 10 "exclude": [ ] // Overwrite exclude property
5} 11}