init push

This commit is contained in:
2026-05-21 19:52:45 +08:00
commit e3f75311ab
1280 changed files with 179173 additions and 0 deletions

13
web/tsconfig.base.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
/* */
"incremental": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"isolatedModules": true,
"module": "ESNext",
"moduleResolution": "bundler"
}
}