Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
Invalid JSON: Expected double-quoted property name in JSON at line 21, column 28
{
"compilerOptions": {
"noEmit": true,
"rootDir": ".",
"allowJs": true,
"checkJs": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"strict": true,
"jsx": "preserve",
"target": "ESNext",
"esModuleInterop": true,
"module": "Preserve",
"moduleResolution": "bundler",
"moduleDetection": "force"
},
"files": ["./index.ts"], // loads ambient declarations for modules used in tests
"include": ["./**/*/input.js", "./**/*/output.js"]
}