1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00
Files
tools/packages/tsconfig/package.json
renovate[bot] cea221ed57 chore(deps): update all non-major dependencies (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 01:26:48 +00:00

29 lines
582 B
JSON

{
"name": "@robonen/tsconfig",
"version": "0.0.1",
"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@9.15.6",
"engines": {
"node": ">=22.14.0"
},
"files": [
"**tsconfig.json"
],
"publishConfig": {
"access": "public"
}
}