This commit is contained in:
2026-03-04 11:30:40 +08:00
parent 9ff5e028b0
commit 189dad2809
3767 changed files with 1056662 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "engine",
"devDependencies": {
"@types/node": "16.0.1",
"typescript": "4.3.4"
},
"scripts": {
"build": "tsc -b",
"watch": "tsc -w"
}
}