初始化web版本MyReader

This commit is contained in:
2026-05-16 23:24:55 +08:00
commit 72d7a750a2
34 changed files with 9564 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}