{ | |
"compilerOptions": { | |
"composite": true, | |
"noEmit": true, | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"types": ["node"], | |
"allowSyntheticDefaultImports": true, | |
"strict": true, | |
"target": "ES2022" | |
}, | |
"include": [ | |
"vite.config.*", | |
"vitest.config.*", | |
"cypress.config.*", | |
"nightwatch.conf.*", | |
"playwright.config.*" | |
] | |
} | |