aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a14a97dfb..8f1d5b6fb 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,13 @@
1{ 1{
2 "extends": "./tsconfig.base.json", 2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "outDir": "./dist/",
5 "baseUrl": "./",
6 "paths": {
7 "@server/*": [ "server/*" ],
8 "@shared/*": [ "shared/*" ]
9 }
10 },
3 "references": [ 11 "references": [
4 { "path": "./shared" }, 12 { "path": "./shared" },
5 { "path": "./server" }, 13 { "path": "./server" },