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