mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-26 07:48:42 -05:00
When `node-linker` is set to `hoisted`, a meaningful error message should be thrown if the lockfile is broken and `pnpm install` is executed.
17 lines
237 B
JSON
17 lines
237 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../typings/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../constants"
|
|
}
|
|
]
|
|
}
|