Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
367 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 16, column 1
{
"compilerOptions": {
"target": "ES5",
"module": "ESNext",
"moduleResolution": "node",
"allowJs": true,
"jsx": "react",
"sourceMap": true,
"outDir": "./generated",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/**.*"],
}