nebula2 / server /tsconfig.json
soiz1's picture
Upload folder using huggingface_hub
01fcadf verified
raw
history blame contribute delete
249 Bytes
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": false,
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {}
}
}