diff options
Diffstat (limited to 'shared/tsconfig.json')
-rw-r--r-- | shared/tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/tsconfig.json b/shared/tsconfig.json index 88107e27f..95892077b 100644 --- a/shared/tsconfig.json +++ b/shared/tsconfig.json | |||
@@ -1,7 +1,6 @@ | |||
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 | |||
6 | } | 5 | } |
7 | } | 6 | } |