mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-06 05:58:20 -05:00
23 lines
345 B
JSON
23 lines
345 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../assert-project"
|
|
},
|
|
{
|
|
"path": "../prepare-temp-dir"
|
|
}
|
|
]
|
|
}
|