aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/tsconfig.types.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/tsconfig.types.json b/client/tsconfig.types.json
index 1f5c86161..c6ed64100 100644
--- a/client/tsconfig.types.json
+++ b/client/tsconfig.types.json
@@ -13,6 +13,8 @@
13 "references": [ 13 "references": [
14 { "path": "../shared/tsconfig.types.json" } 14 { "path": "../shared/tsconfig.types.json" }
15 ], 15 ],
16 "files": ["src/types/index.ts"], 16 "files": [ "src/types/index.ts" ],
17 "include": ["src/**/*", "src/types/**/*"] 17 "include": [
18 "src/types/**/*"
19 ]
18} 20}