@storybook/angular
Version:
Storybook for Angular: Develop Angular components in isolation with hot reloading.
15 lines (14 loc) • 370 B
JSON
{
"include": ["./src"],
"compilerOptions": {
"sourceMap": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es5",
"lib": ["es2017", "dom"]
}
}