Files
pnpm/utils/tsconfig/package.json
2019-08-24 02:31:25 +03:00

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"
}
}