mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-23 06:18:40 -05:00
* fix: store every Node.js artifact's integrity separately in the lockfile * fix: store every Node.js artifact's integrity separately in the lockfile * style: fix * Potential fix for code scanning alert no. 76: Incomplete string escaping or encoding Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * fix: windows * refactor: node install * fix: test * fix: test on Windows --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
38 lines
623 B
JSON
38 lines
623 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../config/config"
|
|
},
|
|
{
|
|
"path": "../../crypto/shasums-file"
|
|
},
|
|
{
|
|
"path": "../../network/fetch"
|
|
},
|
|
{
|
|
"path": "../../network/fetching-types"
|
|
},
|
|
{
|
|
"path": "../../packages/constants"
|
|
},
|
|
{
|
|
"path": "../../packages/error"
|
|
},
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../../resolving/resolver-base"
|
|
}
|
|
]
|
|
}
|