mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 02:51:09 +08:00
15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["webpack-env", "node"],
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/__tests__/**/*"
|
|
]
|
|
}
|