update tsconfig
This commit is contained in:
18
package.json
18
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartdelay",
|
||||
"private": false,
|
||||
"version": "3.0.5",
|
||||
"description": "timeouts for the async/await era, written in TypeScript",
|
||||
"description": "A TypeScript library providing enhanced timeout functions compatible with async/await patterns.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@@ -46,5 +46,17 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
"async/await",
|
||||
"timeouts",
|
||||
"delay",
|
||||
"scheduling",
|
||||
"task delay",
|
||||
"asynchronous",
|
||||
"programming utility",
|
||||
"promise",
|
||||
"timeout management"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user