Feature/setup storybook (#332)

* Setup ui library with storybook

* Add value component with story

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-04 22:12:54 +02:00
committed by GitHub
parent 4c194c938a
commit 5fd413e57e
43 changed files with 4441 additions and 184 deletions

View File

@ -0,0 +1,9 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true
},
"exclude": ["../**/*.spec.ts"],
"include": ["../src/**/*", "*.js"]
}