diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/tsconfig.types.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shared/tsconfig.types.json b/shared/tsconfig.types.json new file mode 100644 index 000000000..18c470059 --- /dev/null +++ b/shared/tsconfig.types.json | |||
@@ -0,0 +1,9 @@ | |||
1 | { | ||
2 | "extends": "./tsconfig.json", | ||
3 | "compilerOptions": { | ||
4 | "outDir": "../types/shared", | ||
5 | "stripInternal": true, | ||
6 | "removeComments": false, | ||
7 | "emitDeclarationOnly": true | ||
8 | } | ||
9 | } | ||