mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 08:49:11 -05:00
* chore: create @pnpm/logger * fix: workaround typescript error * chore: update manifests * chore(deps): link @pnpm/logger from workspace
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"target": "es2020"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": []
|
|
}
|