{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "types": [ "bun-types" ], "baseUrl": ".", "paths": { "@/*": [ "./src/*" ] } }, "include": [ "src" ] }