{ | |
"extends": "@vue/tsconfig/tsconfig.node.json", | |
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*", "package.json"], | |
"compilerOptions": { | |
"composite": true, | |
"types": ["node"] | |
} | |
} | |
{ | |
"extends": "@vue/tsconfig/tsconfig.node.json", | |
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*", "package.json"], | |
"compilerOptions": { | |
"composite": true, | |
"types": ["node"] | |
} | |
} | |