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