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