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 0a7e07599..667d6e6d8 100644
--- a/scripts/tsconfig.json
+++ b/scripts/tsconfig.json
@@ -1,7 +1,10 @@
1{ 1{
2 "extends": "../tsconfig.base.json", 2 "extends": "../tsconfig.base.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../dist/scripts" 4 "outDir": "../dist/scripts",
5 "paths": {
6 "@server/*": [ "./server/server/*" ]
7 }
5 }, 8 },
6 "references": [ 9 "references": [
7 { "path": "../packages/core-utils" }, 10 { "path": "../packages/core-utils" },