next.js / examples /cms-sitecore-xmcloud /tsconfig.scripts.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
{
"extends": "./tsconfig.json",
"ts-node": {
"require": ["tsconfig-paths/register"]
},
"compilerOptions": {
"module": "commonjs"
}
}