{ "compilerOptions": { "lib": ["ESNext"], "module": "ESNext", "moduleResolution": "Bundler", "target": "ESNext", "strict": true, "skipLibCheck": true, "types": ["bun"], "allowImportingTsExtensions": true, "noEmit": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true }, "include": ["src"] }