push-model-from-web / tsconfig.json
aschen's picture
Duplicate from huggingfacejs/push-model-from-web
7b7b9aa
{
"compilerOptions": {
"target": "esnext",
"outDir": "dist/",
"module": "esnext",
"moduleResolution": "node",
"strictNullChecks": true,
"strictBindCallApply": true,
"lib": ["DOM", "ES2021"],
"skipLibCheck": true
}
}