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