mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
6 lines
131 B
JSON
6 lines
131 B
JSON
{
|
|
"extends": "../src/tsconfig.app.json",
|
|
"exclude": ["../src/karma.ts", "../src/**/*.spec.ts"],
|
|
"include": ["../src/**/*"]
|
|
}
|