mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:21:07 +08:00
12 lines
277 B
JSON
12 lines
277 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"allowJs": true
|
|
},
|
|
"include": ["src/**/*", "template/**/*"],
|
|
"exclude": ["src/docs/**/*.test.*", "src/**/__testfixtures__/**"]
|
|
}
|