mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
22 lines
378 B
JSON
22 lines
378 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"webpack-env",
|
|
"jest",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.test.*",
|
|
"src/**/__tests__/**/*",
|
|
"src/**/*.stories.*",
|
|
"src/**/*.mockdata.*",
|
|
"src/**/__testfixtures__/**"
|
|
]
|
|
} |