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.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json
index 8264f5b35..39f8e74e4 100644
--- a/server/tools/tsconfig.json
+++ b/server/tools/tsconfig.json
@@ -1,12 +1,7 @@
1{ 1{
2 "extends": "../../tsconfig.json", 2 "extends": "../../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "baseUrl": "./", 4 "outDir": "../../dist/server/tools"
5 "outDir": "../../dist/server/tools",
6 "paths": { // FIXME: https://github.com/benyap/resolve-tspaths/issues/10
7 "@server/*": [ "../../server/*" ],
8 "@shared/*": [ "../../shared/*" ]
9 }
10 }, 5 },
11 "include": [ ".", "../typings" ], 6 "include": [ ".", "../typings" ],
12 "references": [ 7 "references": [