hub-sha256 / tsconfig.json
coyotte508's picture
coyotte508 HF staff
Duplicate from huggingfacejs/push-model-from-web
fcccc22
raw
history blame
234 Bytes
{
"compilerOptions": {
"target": "esnext",
"outDir": "dist/",
"module": "esnext",
"moduleResolution": "node",
"strictNullChecks": true,
"strictBindCallApply": true,
"lib": ["DOM", "ES2021"],
"skipLibCheck": true
}
}