VIST-UI / frontend /tsconfig.node.json
Blane187's picture
Upload folder using huggingface_hub
2b7fd6e verified
raw
history blame contribute delete
240 Bytes
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"],
"allowJs": true
}
}