update tsconfig

This commit is contained in:
2024-04-14 18:10:00 +02:00
parent 3a5ea9aa13
commit 85706e8a4e
4 changed files with 168 additions and 87 deletions
+13 -3
View File
@@ -2,7 +2,7 @@
"name": "@push.rocks/smartpromise",
"private": false,
"version": "4.0.3",
"description": "simple promises and Deferred constructs",
"description": "A library for simple promises and Deferred constructs with TypeScript support.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"scripts": {
@@ -42,5 +42,15 @@
"browserslist": [
"last 1 chrome versions"
],
"type": "module"
}
"type": "module",
"keywords": [
"promise",
"deferred",
"async",
"promisify",
"cumulative deferred",
"map",
"timeout",
"typescript"
]
}