Add typescript config package

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-31 18:06:20 -08:00
parent 62e0fd3f05
commit 1bcf32c3b2
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@probo/tsconfig",
"version": "0.0.1",
"description": "Probo default typescript configs",
"publishConfig": {
"access": "public"
},
"files": [
"base.json",
"react.json",
"library.json"
],
"license": "MIT"
}