push-model-from-web / tsconfig.json
julien-c's picture
julien-c HF staff
Switch to `@huggingface/hub`
e89d22b verified
{
"compilerOptions": {
"target": "esnext",
"outDir": "dist/",
"module": "esnext",
"moduleResolution": "node",
"strictNullChecks": true,
"strictBindCallApply": true,
"lib": ["DOM", "ES2021"]
}
}