be727a6d9c
Turns out most Storybook Addons expect React and won't be installable in a Svelte(Kit) project. But I could figure out how to use the play functions. So I have an example for it. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
6 lines
131 B
JSON
6 lines
131 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": true,
|
|
"extends": "@istanbuljs/nyc-config-typescript",
|
|
"reporters": ["text", "json", "lcov"]
|
|
}
|