mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
18 lines
301 B
JSON
18 lines
301 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"types": [
|
|
"webpack-env",
|
|
"node"
|
|
],
|
|
"rootDir": "./src",
|
|
"resolveJsonModule": true,
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"src/**/*.json"
|
|
]
|
|
} |