mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-07 08:47:11 -04:00
- 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
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": []
|
|
}
|