zhengyiming
1 天以前 e1aeb653d656b3c3be05f06cac212f435cec07c3
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "composite": true,
    "module": "ESNext",
    "moduleResolution": "Node",
    "allowSyntheticDefaultImports": true
  },
  // "include": ["vite.config.ts"]
  "include": ["build/**/*.ts", "vite.config.ts"]
}