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