update tsconfig

This commit is contained in:
2024-04-14 18:35:53 +02:00
parent 3a2d1f67b2
commit 343c7dbe8b
4 changed files with 148 additions and 34 deletions

View File

@@ -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",