mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 17:41:50 -04:00
41 lines
616 B
JSON
41 lines
616 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../core-loggers"
|
|
},
|
|
{
|
|
"path": "../dependency-path"
|
|
},
|
|
{
|
|
"path": "../filter-lockfile"
|
|
},
|
|
{
|
|
"path": "../lockfile-types"
|
|
},
|
|
{
|
|
"path": "../lockfile-utils"
|
|
},
|
|
{
|
|
"path": "../read-modules-dir"
|
|
},
|
|
{
|
|
"path": "../remove-bins"
|
|
},
|
|
{
|
|
"path": "../store-controller-types"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|