mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 11:41:07 +08:00
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["testing-library__jest-dom"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|