Files
tools/configs/tsconfig/package.json
renovate[bot] a0154dabf5 chore(deps): update all non-major dependencies (#120)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-09 01:15:28 +00:00

33 lines
683 B
JSON

{
"name": "@robonen/tsconfig",
"version": "0.1.0",
"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.34.1",
"engines": {
"node": ">=24.16.0"
},
"files": [
"tsconfig.json",
"tsconfig.base.json",
"tsconfig.dom.json",
"tsconfig.node.json",
"tsconfig.vue.json"
],
"publishConfig": {
"access": "public"
}
}