storybook/tsconfig.json

14 lines
248 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"noImplicitAny": true,
"target": "es5",
"lib": [
"es2016",
"dom"
]
}
}