update tsconfig

This commit is contained in:
2024-04-14 17:27:06 +02:00
parent 5dd1a868c6
commit dbd0a23e33
4 changed files with 126 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartcsv",
"version": "2.0.2",
"private": false,
"description": "handle csv data | gitzone standard compliant",
"description": "A module for handling CSV data compliant with Gitzone standard.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -39,5 +39,13 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"CSV",
"data parsing",
"data conversion",
"TypeScript",
"CSV manipulation",
"CSV to JSON"
]
}