mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"types": ["webpack-env"],
|
|
"strict": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/__tests__/**/*"]
|
|
}
|