Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"extends": "@automattic/calypso-typescript-config/mixed-package.json",
"compilerOptions": {
"rootDir": "../..",
"noEmit": true,
"typeRoots": [ "./node_modules/@types", "../../node_modules/@types" ],
"types": [ "node" ]
},
"include": [ "./src/**/*", "./package.json", "../../config/production.json" ],
"exclude": [ "./**/node_modules/**/*", "./**/test/**/*", "./**/.stories.tsx" ],
"references": [ { "path": "../../packages" }, { "path": "../../client/tsconfig-reference.json" } ]
}