{ "compilerOptions": { "baseUrl": "./src", "types": ["bun-types"], "lib": ["esnext"], "module": "esnext", "target": "esnext", "moduleResolution": "bundler", "noEmit": false, "allowImportingTsExtensions": false, "moduleDetection": "force", "strict": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "composite": true, "downlevelIteration": true, "allowSyntheticDefaultImports": true } }