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 @@ "references": [ { "path": "../shared/tsconfig.types.json" } ], - "files": ["src/types/index.ts"], - "include": ["src/**/*", "src/types/**/*"] + "files": [ "src/types/index.ts" ], + "include": [ + "src/types/**/*" + ] }