Files
Jeremiah ab637fc2a8 Juke build in typescript (#91673)
## About The Pull Request
We can do that now with bun
This also sorts out some of the functions inside build.js into their own
helper file
## Why It's Good For The Game
Typing is objectively better
Code improvement
## Changelog
2025-07-04 16:33:18 -04:00

8 lines
92 B
JSON

{
"private": true,
"type": "module",
"devDependencies": {
"@types/bun": "^1.2.16"
}
}