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