mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-21 05:02:39 +08:00
# Conflicts: # .vscode/launch.json # CONTRIBUTING.old.md # code/lib/cli/tsconfig.json # scripts/tsconfig.json
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": [
|
|
"src/**/*.test.*",
|
|
"src/**/tests/**/*",
|
|
"src/**/__tests__/**/*",
|
|
"src/**/*.stories.*",
|
|
"src/**/*.mockdata.*",
|
|
"src/**/__testfixtures__/**"
|
|
]
|
|
}
|