tsconfig.node.json 252 B

123456789
  1. {
  2. "extends": "@vue/tsconfig/tsconfig.node.json",
  3. "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
  4. "compilerOptions": {
  5. "ignoreDeprecations": "5.0",
  6. "composite": true,
  7. "types": ["node"]
  8. }
  9. }