mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-27 00:08:53 -05:00
21 lines
502 B
JSON
21 lines
502 B
JSON
{
|
|
"name": "@pnpm/tsconfig",
|
|
"description": "pnpm's TypeScript configuration",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"license": "MIT",
|
|
"main": "tsconfig.json",
|
|
"homepage": "https://pnpm.io",
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/utils/tsconfig",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@pnpm/tsconfig": "workspace:*"
|
|
}
|
|
}
|