push-model-from-web / tsconfig.json
coyotte508's picture
coyotte508 HF staff
⬆️ Upgrade @huggingface/hub
b98ad90
{
"compilerOptions": {
"target": "esnext",
"outDir": "dist/",
"module": "esnext",
"moduleResolution": "node",
"strictNullChecks": true,
"strictBindCallApply": true,
"lib": ["DOM", "ES2021"],
"skipLibCheck": true
}
}