Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
398 Bytes
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"lib": ["es6", "dom"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"jsx": "react",
"declaration": true,
"declarationDir": "./dist",
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["./src"]
}