update tsconfig

This commit is contained in:
2024-04-14 18:06:20 +02:00
parent 851d8e075b
commit 7745d63184
4 changed files with 97 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartopen",
"version": "2.0.0",
"description": "open things",
"description": "A library for opening URLs or files in the default application",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -14,7 +14,14 @@
"url": "git+ssh://git@gitlab.com/pushrocks/smartopen.git"
},
"keywords": [
"open"
"URL opening",
"file handling",
"cross-platform",
"typescript",
"node.js",
"web development",
"automation",
"external resources"
],
"author": "Lossless GmbH",
"license": "MIT",