Files
buzzer-site/tsconfig.json
KeshavAnandCode 99932a4462 fixed tsconfig
2026-03-20 17:54:58 -05:00

10 lines
161 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"types": ["bun-types"]
}
}