mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 09:31:52 -04:00
62 lines
976 B
JSON
62 lines
976 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../privatePackages/assert-store"
|
|
},
|
|
{
|
|
"path": "../../privatePackages/prepare"
|
|
},
|
|
{
|
|
"path": "../cafs"
|
|
},
|
|
{
|
|
"path": "../cli-utils"
|
|
},
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../dependency-path"
|
|
},
|
|
{
|
|
"path": "../error"
|
|
},
|
|
{
|
|
"path": "../get-context"
|
|
},
|
|
{
|
|
"path": "../lockfile-file"
|
|
},
|
|
{
|
|
"path": "../lockfile-utils"
|
|
},
|
|
{
|
|
"path": "../normalize-registries"
|
|
},
|
|
{
|
|
"path": "../parse-wanted-dependency"
|
|
},
|
|
{
|
|
"path": "../pick-registry-for-package"
|
|
},
|
|
{
|
|
"path": "../store-connection-manager"
|
|
},
|
|
{
|
|
"path": "../store-controller-types"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|