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