react-code-dataset / nivo /api /tsconfig.json
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
252 Bytes
{
"compilerOptions": {
"target": "es5",
"rootDir": ".",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["*.ts"]
}