{ "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 ", "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" } }