storybook/tsconfig.json
2018-01-08 13:08:02 +02:00

13 lines
227 B
JSON

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