mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:31:13 +08:00
6 lines
130 B
JSON
6 lines
130 B
JSON
{
|
|
"extends": "../src/tsconfig.app.json",
|
|
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
|
|
"include": ["../src/**/*"]
|
|
}
|