update tsconfig

This commit is contained in:
2024-04-14 17:59:44 +02:00
parent 905f3c41e9
commit 9380682293
4 changed files with 94 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmoney",
"version": "1.0.6",
"private": false,
"description": "handle monetary values",
"description": "A library for handling monetary values effectively.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
@@ -30,5 +30,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"monetary",
"currency",
"finance",
"number parsing",
"value handling",
"TypeScript",
"npm package"
]
}