From b8ddc17184b35dc51f6a211db0846dd3d51cb052 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 11 Sep 2022 17:06:40 +0200 Subject: [PATCH] chore: simplify included stacks types --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index caa5eb3cec..1dafb04064 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -41,9 +41,7 @@ ] }, "include": [ - "./.stacks/shims.d.ts", - "./.stacks/auto-imports.d.ts", - "./.stacks/components.d.ts", + "./.stacks/**.d.ts", "./.stacks/**/*", "./functions/**/*", "./pages/**/*",