Files
sprites/package.json
Christopher Monsanto edda6cb310 Implement tools/build core and Buildfile.ts
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-15 22:01:04 -04:00

11 lines
202 B
JSON

{
"type": "module",
"scripts": {
"build": "tsc --build tsconfig-workspace.json"
},
"devDependencies": {
"@types/node": "^24.10.7",
"typescript": "~7.0.2"
}
}