mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-01 18:52:32 -05:00
20 lines
300 B
JSON
20 lines
300 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/core-loggers"
|
|
},
|
|
{
|
|
"path": "../fetching-types"
|
|
}
|
|
]
|
|
}
|