update tsconfig

This commit is contained in:
2024-04-14 17:29:42 +02:00
parent 1b58055522
commit 5ad53a463e
4 changed files with 92 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartdiff",
"version": "1.0.3",
"private": false,
"description": "a diffing lib for text",
"description": "A library for performing text diffs.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -37,5 +37,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"diff",
"text",
"patch",
"typescript",
"npm package",
"text comparison",
"text diff"
]
}