first commit

This commit is contained in:
2025-12-22 12:20:15 +08:00
commit d77a09bdaa
1027 changed files with 54150 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "./common.json",
"compilerOptions": {
"target": "ES5",
"outDir": "../cjs",
"module": "CommonJS"
}
}