mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-07 05:32:52 -05:00
35 lines
515 B
JSON
35 lines
515 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../fetch"
|
|
},
|
|
{
|
|
"path": "../store-controller-types"
|
|
},
|
|
{
|
|
"path": "../types"
|
|
},
|
|
{
|
|
"path": "../npm-resolver"
|
|
},
|
|
{
|
|
"path": "../package-requester"
|
|
},
|
|
{
|
|
"path": "../package-store"
|
|
},
|
|
{
|
|
"path": "../tarball-fetcher"
|
|
}
|
|
]
|
|
}
|