Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"extends": "@automattic/calypso-typescript-config/ts-package.json",
"compilerOptions": {
"outDir": "dist/esm",
"declarationDir": "dist/types",
"rootDir": "src"
},
"include": [ "src" ],
"exclude": [ "**/test/*" ],
"references": [
{ "path": "../calypso-analytics" },
{ "path": "../calypso-products" },
{ "path": "../calypso-config" },
{ "path": "../global-styles" },
{ "path": "../i18n-utils" },
{ "path": "../shopping-cart" },
{ "path": "../js-utils" }
]
}