Files

13 lines
231 B
JSON
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"types": ["bun-types"],
"esModuleInterop": true,
"allowJs": true,
"strict": true
}
}