chore(frontend): skip typecheck for auto-generated files
This commit is contained in:
parent
3e9118af3d
commit
aa8daca914
|
@ -55,6 +55,7 @@
|
||||||
"./@types/**/*.ts"
|
"./@types/**/*.ts"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
".storybook/**/*"
|
".storybook/**/*",
|
||||||
|
"./src/**/*.stories.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue