From 6afc2b62a78588d17fcb9da8848be1cbc7eb29bb Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Thu, 18 Sep 2025 16:58:33 -0700 Subject: [PATCH] chore(tsconfig): include scripts and tailwind config --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index b1710b28f..c3005467c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,9 @@ "tests-ui/**/*", "global.d.ts", "eslint.config.ts", + "scripts/**/*.ts", "vite.config.mts", + "tailwind.config.ts", ".storybook/**/*" ] }