update tsconfig
This commit is contained in:
17
package.json
17
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/webrequest",
|
||||
"version": "3.0.35",
|
||||
"private": false,
|
||||
"description": "securely request from browsers",
|
||||
"description": "A module for making secure web requests from browsers with support for caching and fault tolerance.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -43,5 +43,18 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"webrequest",
|
||||
"HTTP",
|
||||
"secure",
|
||||
"browsers",
|
||||
"caching",
|
||||
"fault tolerance",
|
||||
"json",
|
||||
"abort",
|
||||
"timeout",
|
||||
"multi-endpoint",
|
||||
"fetch API"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user