mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 03:11:06 +08:00
6 lines
139 B
JSON
6 lines
139 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*", "template/**/*"],
|
|
"exclude": ["src/**/*.test.*", "src/__tests__/**/*"]
|
|
}
|