update tsconfig

This commit is contained in:
2024-04-14 18:41:19 +02:00
parent bb4a2a660a
commit a7751006cc
4 changed files with 199 additions and 31 deletions

View File

@@ -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"
]
}
}