Files
pnpm/shell/path/tsconfig.json
Zoltan Kochan 847584d830 fix: resolve rebase conflicts and fix issues in undici migration
- Restore core/constants/package.json and shell/path/tsconfig.json deleted during rebase
- Fix network/fetch package name to @pnpm/network.fetch (matching main's rename)
- Fix @pnpm/fetching-types dependency to @pnpm/fetching.types
- Add maxSockets to dispatcher cache key to prevent incorrect reuse
- Replace polynomial regex in checkNoProxy with split+trim (fixes CodeQL warning)
- Remove orphaned nock import from fetchFromRegistry.test.ts
- Add nock back to workspace catalog (still used by 4 test files)
- Regenerate pnpm-lock.yaml
2026-03-28 19:06:22 +01:00

13 lines
197 B
JSON

{
"extends": "@pnpm/tsconfig",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"include": [
"src/**/*.ts",
"../../__typings__/**/*.d.ts"
],
"references": []
}