This commit is contained in:
telangpu
2026-05-07 23:00:28 +08:00
parent 40067a1ea1
commit f421220d77
273 changed files with 34552 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.app.json",
"exclude": [],
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
}
}