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