1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00
Files
tools/packages/tsconfig/package.json

26 lines
508 B
JSON

{
"name": "@robonen/tsconfig",
"private": true,
"version": "1.0.0",
"license": "UNLICENSED",
"description": "",
"keywords": [
"tsconfig",
"typescript",
"ts",
"config"
],
"author": "Robonen Andrew <robonenandrew@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/robonen/tools.git",
"directory": "packages/tsconfig"
},
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18.0.0"
},
"files": [
"**tsconfig.json"
]
}