mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-29 09:12:16 -05:00
18 lines
442 B
JSON
18 lines
442 B
JSON
{
|
|
"name": "@pnpm/tsconfig",
|
|
"description": "pnpm's TypeScript configuration",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Zoltan Kochan",
|
|
"email": "z@kochan.io",
|
|
"url": "https://www.kochan.io/"
|
|
},
|
|
"license": "MIT",
|
|
"main": "tsconfig.json",
|
|
"homepage": "https://pnpm.js.org",
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/utils/tsconfig",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
}
|
|
}
|