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,9 @@
{
"extends": "./common.json",
"compilerOptions": {
"target": "ES6",
"outDir": "../mjs",
"module": "ES6",
"moduleResolution": "node"
}
}