Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
254 Bytes
Invalid JSON: Expected property name or '}' in JSON at line 2, column 3
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
}