mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:51:07 +08:00
- This ensures a single version - This adds a good place to add themes - Addons can take a dependency on something storybook - We could migrate to another styling lib without asking all users to migrate with us
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["webpack-env"]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/__tests__/**/*"
|
|
]
|
|
}
|