mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
}
|
|
} |