baoshiwei
2025-05-21 832991a036bcb0d99a66d2d1f059253136ddd622
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "composite": true,
    "skipLibCheck": true,
    "module": "ESNext",
    "moduleResolution": "bundler",
    "allowSyntheticDefaultImports": true
  },
  "include": ["vite.config.ts"]
}