aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/tsconfig.json3
-rw-r--r--shared/tsconfig.types.json2
2 files changed, 3 insertions, 2 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}
diff --git a/shared/tsconfig.types.json b/shared/tsconfig.types.json
index 18c470059..b01d12e53 100644
--- a/shared/tsconfig.types.json
+++ b/shared/tsconfig.types.json
@@ -1,7 +1,7 @@
1{ 1{
2 "extends": "./tsconfig.json", 2 "extends": "./tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../types/shared", 4 "outDir": "../types/dist/shared",
5 "stripInternal": true, 5 "stripInternal": true,
6 "removeComments": false, 6 "removeComments": false,
7 "emitDeclarationOnly": true 7 "emitDeclarationOnly": true