context7 / tsconfig.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
f4bd24d verified
Raw
History Blame Contribute Delete
304 Bytes
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"moduleResolution": "Node16",
"module": "Node16",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "dist", "build"]
}