mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 08:20:09 -05:00
23 lines
325 B
JSON
23 lines
325 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../fetch"
|
|
},
|
|
{
|
|
"path": "../fetching-types"
|
|
},
|
|
{
|
|
"path": "../node.fetcher"
|
|
}
|
|
]
|
|
}
|