Files
tools/configs/tsconfig/package.json
T
Renovate Bot 63b3c5f2fd
CI / Discover packages (pull_request) Failing after 53s
CI / ${{ matrix.package }} (pull_request) Has been skipped
CI / CI (pull_request) Failing after 5s
chore(deps): update pnpm to v11
2026-06-15 22:06:55 +00:00

33 lines
682 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@11.7.0",
"engines": {
"node": ">=24.16.0"
},
"files": [
"tsconfig.json",
"tsconfig.base.json",
"tsconfig.dom.json",
"tsconfig.node.json",
"tsconfig.vue.json"
],
"publishConfig": {
"access": "public"
}
}