storybook/tsconfig.json
Norbert de Langen c04fbe5b79 CLEANUP
2019-03-11 14:15:32 +01:00

24 lines
463 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"skipLibCheck": true,
"noImplicitAny": true,
"jsx": "react",
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "es5",
"types": [
"node",
"jest"
],
"lib": [
"es2017",
"dom"
]
}
}