bun.json11 lines · main
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/tsconfig", |
| 3 | "extends": "./base.json", |
| 4 | "compilerOptions": { |
| 5 | "target": "ES2022", |
| 6 | "lib": ["ES2023"], |
| 7 | "module": "ESNext", |
| 8 | "moduleResolution": "Bundler", |
| 9 | "types": ["bun-types"] |
| 10 | } |
| 11 | } |