ehristoforu's picture
Upload folder using huggingface_hub
0163a2c verified
raw
history blame
235 Bytes
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*", "package.json"],
"compilerOptions": {
"composite": true,
"types": ["node"]
}
}