mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:21:06 +08:00
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"lerna": {
|
|
"disabled": true
|
|
},
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": ["../../node_modules/@types", "node_modules/@types"],
|
|
"lib": ["es2017", "dom"]
|
|
}
|
|
}
|