Files
sprites/package.json
Christopher Monsanto 4ded7eea86 Scaffold tools/build package and root Buildfile project wiring
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-15 21:52:57 -04:00

10 lines
167 B
JSON

{
"type": "module",
"scripts": {
"build": "tsc --build tsconfig-workspace.json"
},
"devDependencies": {
"typescript": "~7.0.2"
}
}