mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
29 lines
411 B
JSON
29 lines
411 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../cafs"
|
|
},
|
|
{
|
|
"path": "../dependency-path"
|
|
},
|
|
{
|
|
"path": "../lockfile-file"
|
|
},
|
|
{
|
|
"path": "../lockfile-utils"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|