mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
* feat: support installing Bun runtime * feat: support installing Bun runtime * fix: cache libc resolution * refactor: shasum file fetching * docs: add changesets * feat: installing the right artifact * test: supported architectures * test: fix on Windows
47 lines
732 B
JSON
47 lines
732 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../env/node.resolver"
|
|
},
|
|
{
|
|
"path": "../../network/fetch"
|
|
},
|
|
{
|
|
"path": "../../network/fetching-types"
|
|
},
|
|
{
|
|
"path": "../../packages/error"
|
|
},
|
|
{
|
|
"path": "../bun-resolver"
|
|
},
|
|
{
|
|
"path": "../deno-resolver"
|
|
},
|
|
{
|
|
"path": "../git-resolver"
|
|
},
|
|
{
|
|
"path": "../local-resolver"
|
|
},
|
|
{
|
|
"path": "../npm-resolver"
|
|
},
|
|
{
|
|
"path": "../resolver-base"
|
|
},
|
|
{
|
|
"path": "../tarball-resolver"
|
|
}
|
|
]
|
|
}
|