tsconfig.config.json 273 B

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