mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
8 lines
119 B
JSON
8 lines
119 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|