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