mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 15:07:06 -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
9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
]
|
|
}
|