aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.types.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.types.json')
-rw-r--r--client/tsconfig.types.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/client/tsconfig.types.json b/client/tsconfig.types.json
new file mode 100644
index 000000000..35a5e92cc
--- /dev/null
+++ b/client/tsconfig.types.json
@@ -0,0 +1,18 @@
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "stripInternal": true,
5 "removeComments": false,
6 "declaration": true,
7 "outDir": "../types/client/",
8 "emitDeclarationOnly": true,
9 "composite": true,
10 "rootDir": "src/",
11 "tsBuildInfoFile": "../types/client.tsbuildinfo"
12 },
13 "references": [
14 { "path": "../shared/tsconfig.types.json" }
15 ],
16 "files": ["src/index.ts"],
17 "include": ["src/index.ts", "src/types/**/*"]
18}