1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

refactor(packages/tsconfig): add description and publishConfig

This commit is contained in:
2024-04-10 15:12:25 +07:00
parent d7a2d15bdb
commit 37d25bfb1d

View File

@@ -3,7 +3,7 @@
"private": true,
"version": "1.0.0",
"license": "UNLICENSED",
"description": "",
"description": "Base typescript configuration for projects",
"keywords": [
"tsconfig",
"typescript",
@@ -22,5 +22,8 @@
},
"files": [
"**tsconfig.json"
]
],
"publishConfig": {
"access": "public"
}
}