{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "noEmit": true, "strict": true, "skipLibCheck": true, "noUnusedLocals": false, "noUnusedParameters": false, "lib": ["ES2022", "DOM", "WebWorker"], "types": ["bun-types"] } }