mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 04:21:07 +08:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"types": ["webpack-env", "node"],
|
|
"rootDir": "./src",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|