Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"extends": "@automattic/calypso-typescript-config/js-package.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true,
"outDir": "dist",
"declarationDir": "dist/types",
"types": [ "node" ]
},
"include": [ "babel/**/*", "lib/**/*", "webpack/**/*" ]
}