Files
sprites/tsconfig.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

8 lines
127 B
JSON

{
"extends": "./tsconfig-base",
"files": ["Buildfile.ts"],
"references": [
{"path": "tools/build"}
]
}