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