mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:51:07 +08:00
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|