mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:21:07 +08:00
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["webpack-env", "node"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*", "package.json"],
|
|
"exclude": ["src/**/*.test.*"]
|
|
} |