chore: 过滤不重要文件及打包配置修改

This commit is contained in:
anghunk
2026-01-14 10:15:02 +08:00
parent c2b66d8923
commit 001410f20c
18 changed files with 16 additions and 28419 deletions

12
docs/tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": [".vitepress/**/*.ts", ".vitepress/**/*.vue"]
}