{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "allowJs": false, "noEmit": true, "types": ["bun"], "skipLibCheck": true }, "include": ["src/**/*.ts", "scripts/**/*.ts", "tests/**/*.ts"] }