chore(frontend): skip typecheck for auto-generated files

This commit is contained in:
syuilo
2025-08-27 10:23:41 +09:00
parent 3e9118af3d
commit aa8daca914

View File

@@ -55,6 +55,7 @@
"./@types/**/*.ts"
],
"exclude": [
".storybook/**/*"
".storybook/**/*",
"./src/**/*.stories.ts"
]
}