{ "compilerOptions": { "lib": [ "ESNext" ], "module": "esnext", "target": "esnext", "moduleResolution": "bundler", "moduleDetection": "force", "allowImportingTsExtensions": true, "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": [ "bun-types" // add Bun global ] }, "include": [ "**/*.ts", "modules.d.ts" ] }