| 1234567891011121314151617181920 |
- {
- "include": [
- "vite.config.*",
- "vitest.config.*",
- "cypress.config.*",
- "playwright.config.*",
- "vite/plugins/*"
- ],
- "compilerOptions": {
- "ignoreDeprecations": "5.0",
- "composite": true,
- "types": [
- "node"
- ],
- "verbatimModuleSyntax": false,
- "moduleResolution": "bundler",
- "module": "ESNext",
- "target": "ES2020"
- }
- }
|