{ "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], "module": "Preserve", "moduleResolution": "bundler", "types": ["bun"], "strict": true, "noUncheckedIndexedAccess": true, "verbatimModuleSyntax": true, "noEmit": true, "skipLibCheck": true }, "include": ["src", "test"] }