This commit is contained in:
2026-07-14 09:13:07 +01:00
parent 56462e6cc2
commit 3faf4be368
2 changed files with 40 additions and 9 deletions
+4 -1
View File
@@ -21,7 +21,10 @@
"bun": ">=1.0.0"
},
"scripts": {
"dev": "tsc --watch"
"dev": "tsc --watch",
"compile": "rm -rf dist tsconfig.tsbuildinfo && tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"prepublishOnly": "bun run compile"
},
"devDependencies": {
"@types/bun": "latest",