aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.types.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.types.json')
-rw-r--r--tsconfig.types.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tsconfig.types.json b/tsconfig.types.json
new file mode 100644
index 000000000..c9447d86d
--- /dev/null
+++ b/tsconfig.types.json
@@ -0,0 +1,19 @@
1{
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "incremental": true,
5 "sourceMap": true,
6 "stripInternal": true,
7 "removeComments": false,
8 "declaration": true,
9 "declarationMap": true,
10 "emitDeclarationOnly": true
11 },
12 "references": [
13 { "path": "./shared/tsconfig.types.json" },
14 { "path": "./server/tsconfig.types.json" },
15 { "path": "./scripts/tsconfig.types.json" }
16 ],
17 "files": []
18}
19