update tsconfig
This commit is contained in:
+13
-3
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user