mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 19:04:46 +00:00
29 lines
583 B
JSON
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"
|
|
}
|
|
}
|