1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00
Files
tools/configs/tsconfig/package.json
2026-01-28 15:08:34 +00:00

29 lines
583 B
JSON

{
"name": "@robonen/tsconfig",
"version": "0.0.2",
"license": "Apache-2.0",
"description": "Base typescript configuration for projects",
"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@10.28.2",
"engines": {
"node": ">=24.13.0"
},
"files": [
"**tsconfig.json"
],
"publishConfig": {
"access": "public"
}
}