update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user