{ "extends": "./tsconfig.json", "compilerOptions": { "target": "ES2020", "lib": ["ES2020", "dom"], "types": ["bun-types"], "incremental": false }, "include": ["**/__tests__/**/*.ts", "src/**/*.ts"] }