mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:31:07 +08:00
11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.test.*",
|
|
"src/__tests__/**/*"
|
|
]
|
|
}
|