{ "compilerOptions": { "lib": ["ESNext"], "target": "ESNext", "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, "types": ["bun-types"], "strict": true, "noUncheckedIndexedAccess": true, "noEmit": true, "skipLibCheck": true }, "include": ["tools/**/*.ts"] }