# https://taskfile.dev version: '3' tasks: build: tsc test: cmds: - { task: build } - vitest run src