Files
pnpm/resolving/bun-resolver/tsconfig.json
Zoltan Kochan 86b33e91ea feat: support installing Bun runtime (#9815)
* 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
2025-07-31 13:46:13 +02:00

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"
}
]
}