mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-28 03:51:40 -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
50 lines
813 B
JSON
50 lines
813 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../crypto/shasums-file"
|
|
},
|
|
{
|
|
"path": "../../env/node.fetcher"
|
|
},
|
|
{
|
|
"path": "../../fetching/binary-fetcher"
|
|
},
|
|
{
|
|
"path": "../../fetching/fetcher-base"
|
|
},
|
|
{
|
|
"path": "../../network/fetching-types"
|
|
},
|
|
{
|
|
"path": "../../packages/constants"
|
|
},
|
|
{
|
|
"path": "../../packages/error"
|
|
},
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../../worker"
|
|
},
|
|
{
|
|
"path": "../deno-resolver"
|
|
},
|
|
{
|
|
"path": "../npm-resolver"
|
|
},
|
|
{
|
|
"path": "../resolver-base"
|
|
}
|
|
]
|
|
}
|