mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
chore(frontend): skip typecheck for auto-generated files
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
"./@types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
".storybook/**/*"
|
||||
".storybook/**/*",
|
||||
"./src/**/*.stories.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user