aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tsconfig.json')
-rw-r--r--scripts/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json
index 0cfd927a6..0a7e07599 100644
--- a/scripts/tsconfig.json
+++ b/scripts/tsconfig.json
@@ -4,7 +4,10 @@
4 "outDir": "../dist/scripts" 4 "outDir": "../dist/scripts"
5 }, 5 },
6 "references": [ 6 "references": [
7 { "path": "../shared" }, 7 { "path": "../packages/core-utils" },
8 { "path": "../packages/models" },
9 { "path": "../packages/node-utils" },
10 { "path": "../packages/server-commands" },
8 { "path": "../server" } 11 { "path": "../server" }
9 ] 12 ]
10} 13}