Feature/setup storybook (#332)
* Setup ui library with storybook * Add value component with story * Update changelog
This commit is contained in:
9
libs/ui/.storybook/tsconfig.json
Normal file
9
libs/ui/.storybook/tsconfig.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"emitDecoratorMetadata": true
|
||||
},
|
||||
|
||||
"exclude": ["../**/*.spec.ts"],
|
||||
"include": ["../src/**/*", "*.js"]
|
||||
}
|
Reference in New Issue
Block a user