Files
sprites/package.json
Christopher Monsanto c50ccca509 Adopt smogon.com tsconfig-base and TS ~7.0.2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-12 17:42:54 -04:00

9 lines
145 B
JSON

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