aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/tsconfig.types.json
diff options
context:
space:
mode:
Diffstat (limited to 'shared/tsconfig.types.json')
-rw-r--r--shared/tsconfig.types.json9
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}