diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tools/tsconfig.json | 1 | ||||
-rw-r--r-- | server/tsconfig.types.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/server/tools/tsconfig.json b/server/tools/tsconfig.json index 575133ec8..61e6b8739 100644 --- a/server/tools/tsconfig.json +++ b/server/tools/tsconfig.json | |||
@@ -7,5 +7,6 @@ | |||
7 | "references": [ | 7 | "references": [ |
8 | { "path": "../" }, | 8 | { "path": "../" }, |
9 | ], | 9 | ], |
10 | "files": [], | ||
10 | "exclude": [ ] // Overwrite exclude property | 11 | "exclude": [ ] // Overwrite exclude property |
11 | } | 12 | } |
diff --git a/server/tsconfig.types.json b/server/tsconfig.types.json index 26697bd45..824834066 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/server", | 4 | "outDir": "../types/dist/server", |
5 | "stripInternal": true, | 5 | "stripInternal": true, |
6 | "removeComments": false, | 6 | "removeComments": false, |
7 | "emitDeclarationOnly": true | 7 | "emitDeclarationOnly": true |