Switched to tsdx and Typescript

Added storybook with examples from readme
This commit is contained in:
2022-07-31 12:04:58 +02:00
parent c6799ea446
commit c544f19c41
40 changed files with 40964 additions and 5102 deletions

6
.husky/pre-commit Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm test
npm run lint
npm run build