1
huangxiaoqiang
6 天以前 ff34f2d5f1e9a4a3fcd7ed5049bd88d75c70203b
1
2
3
4
5
6
7
8
{
  "extends": "@vue/tsconfig/tsconfig.node.json",
  "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
  "compilerOptions": {
    "composite": true,
    "types": ["node"]
  }
}