Veer15's picture
chore: deploy distributed systems debug environment
b641d3d verified
raw
history blame contribute delete
187 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"types": ["bun-types"]
}
}