Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
at main 289 B view raw
1{ 2 "extends": "./tsconfig.json", 3 "compilerOptions": { 4 "types": ["@types-internal/node-20"], 5 "paths": { 6 "@types/node": ["node_modules/@types-internal/node-20"], 7 "@types/node/*": ["node_modules/@types-internal/node-20/*"] 8 } 9 }, 10 "include": ["src", "packages"] 11}