Initial commit

This commit is contained in:
TYt50
2026-01-17 16:34:39 +08:00
commit 73b8a6d23f
72 changed files with 45972 additions and 0 deletions

11
jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"checkJs": true,
"allowJs": true,
"noEmit": true,
"lib": ["DOM", "ES2022"]
},
"include": ["**/*.js"]
}