mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:11:20 +08:00
8 lines
130 B
JSON
8 lines
130 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"include": ["src/**/*", "template/**/*"]
|
|
}
|