update tsconfig
This commit is contained in:
13
package.json
13
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartyaml",
|
||||
"version": "3.0.1",
|
||||
"private": false,
|
||||
"description": "handle yaml in smart ways",
|
||||
"description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -15,8 +15,15 @@
|
||||
"url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git"
|
||||
},
|
||||
"keywords": [
|
||||
"yaml",
|
||||
"lossless"
|
||||
"YAML",
|
||||
"JavaScript",
|
||||
"data serialization",
|
||||
"conversion",
|
||||
"js-yaml",
|
||||
"TypeScript",
|
||||
"nodejs",
|
||||
"parsing",
|
||||
"stringify"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user