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