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/**/*",