storybook/app/angular/tsconfig.json
2017-11-02 03:06:20 +03:00

13 lines
201 B
JSON

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