convert project to typescript

This commit is contained in:
2024-11-21 13:23:45 -05:00
parent 1226a742b5
commit 88dced2c4d
11 changed files with 218 additions and 165 deletions

5
build.ts Normal file
View File

@@ -0,0 +1,5 @@
await Bun.build({
entrypoints: ['./src/cli.ts'],
outdir: './dist',
target: 'node',
});