| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "types": ["bun-types"] | |
| } | |
| } | |
| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "strict": true, | |
| "skipLibCheck": true, | |
| "types": ["bun-types"] | |
| } | |
| } | |