diff options
Diffstat (limited to 'scripts/tsconfig.json')
-rw-r--r-- | scripts/tsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json new file mode 100644 index 000000000..0d9716f2d --- /dev/null +++ b/scripts/tsconfig.json | |||
@@ -0,0 +1,10 @@ | |||
1 | { | ||
2 | "extends": "../tsconfig.base.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "../dist/scripts", | ||
5 | }, | ||
6 | "references": [ | ||
7 | { "path": "../shared" }, | ||
8 | { "path": "../server" } | ||
9 | ] | ||
10 | } | ||