diff --git a/Taskfile.yaml b/Taskfile.yaml new file mode 100644 index 0000000..528c869 --- /dev/null +++ b/Taskfile.yaml @@ -0,0 +1,11 @@ +# https://taskfile.dev + +version: '3' + +tasks: + build: tsc + + test: + cmds: + - { task: build } + - vitest run src