{ "$schema": "https://www.schemastore.org/tsconfig.json", "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], "module": "ESNext", "moduleResolution": "bundler", "isolatedModules": true, "strict": true, "skipLibCheck": true, "noEmit": true, "types": ["bun"] } }