aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'shared/tsconfig.json')
-rw-r--r--shared/tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/tsconfig.json b/shared/tsconfig.json
index 95892077b..88107e27f 100644
--- a/shared/tsconfig.json
+++ b/shared/tsconfig.json
@@ -1,6 +1,7 @@
1{ 1{
2 "extends": "../tsconfig.base.json", 2 "extends": "../tsconfig.base.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../dist/shared" 4 "outDir": "../dist/shared",
5
5 } 6 }
6} 7}