react-code-dataset / gitprofile /tsconfig.node.json
Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
237 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["gitprofile.config.ts", "vite.config.ts"]
}