open-vault/ui/jsconfig.json
Angel Garbarino afddcfd645
remove storybook: (#15074)
* remove storybook:

* changelog

* clean up

* update browserstack

* remove special case for storybook

* add back gen-story-md
2022-04-19 15:45:20 -06:00

11 lines
152 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"allowJs": true
},
"exclude": [
"node_modules",
".yarn",
"public"
]
}