初次提交

This commit is contained in:
root
2025-07-17 18:12:56 +08:00
commit 8781bbf0f5
57 changed files with 15162 additions and 0 deletions

11
tsconfig.json Executable file
View File

@@ -0,0 +1,11 @@
{
"extends": "./base.tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./source",
"types": [
"node",
"@cocos/creator-types/editor",
]
}
}