storybook/app/angular/tsconfig.json
jason 02838eb4b3 - fixed overriding of default values of components inputs with undefined value,
- added ngModel property support & aded FormModule import to module,
- added @types/lodash dependency,
- added manual ngOnChanges hook call
2017-12-24 01:31:26 +03:00

14 lines
228 B
JSON

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