mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:31:13 +08:00
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["webpack-env", "jest", "@testing-library/jest-dom"],
|
|
"strict": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/__tests__/**/*"]
|
|
}
|