chore: import upstream snapshot with attribution
Docs / Build (push) Has been cancelled
Docs / Deploy (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:25 +08:00
commit 9f48d4a18c
465 changed files with 657428 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"composite": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["build/**/*.mjs"]
}