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": {
"outDir": "./built",
"outDir": "./build",
"allowJs": true,
"target": "es5"
},