update tsconfig

This commit is contained in:
2024-04-14 18:35:03 +02:00
parent 3d375ad00d
commit c9d6ffe7ab
4 changed files with 131 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartxml",
"version": "1.0.8",
"private": false,
"description": "a package for creating and parsing xml formated files",
"description": "A package for creating and parsing XML formatted files.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -46,5 +46,13 @@
"url": "https://gitlab.com/push.rocks/smartxml/issues"
},
"homepage": "https://gitlab.com/push.rocks/smartxml#readme",
"type": "module"
}
"type": "module",
"keywords": [
"XML",
"parsing",
"XML creation",
"fast-xml-parser",
"TypeScript",
"data serialization"
]
}