core: add Snake using Typescript #7

Merged
Trianta merged 35 commits from snake into main 2024-11-09 01:26:09 -06:00
Showing only changes of commit eb6c023578 - Show all commits

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "./built", "outDir": "./build",
"allowJs": true, "allowJs": true,
"target": "es5" "target": "es5"
}, },