1234567891011121314151617 |
- {
- "include": [
- "vite.config.*",
- "vitest.config.*",
- "cypress.config.*",
- "playwright.config.*",
- "vite/plugins/*"
- ],
- "compilerOptions": {
- "ignoreDeprecations": "5.0",
- "composite": true,
- "types": [
- "node"
- ],
- "verbatimModuleSyntax": false
- }
- }
|