| 1234567891011 | 
							- {
 
-   "extends": "@tsconfig/node18/tsconfig.json",
 
-   "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"],
 
-   "compilerOptions": {
 
-     "composite": true,
 
-     "noEmit": true,
 
-     "module": "ESNext",
 
-     "moduleResolution": "Bundler",
 
-     "types": ["node"]
 
-   }
 
- }
 
 
  |