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