diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/tsconfig.types.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/tsconfig.types.json b/shared/tsconfig.types.json index 73c1cae6c..6acfc05e1 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/dist/shared", | 4 | "outDir": "../packages/types/dist/shared", |
5 | "stripInternal": true, | 5 | "stripInternal": true, |
6 | "removeComments": false, | 6 | "removeComments": false, |
7 | "emitDeclarationOnly": true | 7 | "emitDeclarationOnly": true |