update tsconfig

This commit is contained in:
2024-04-14 18:36:42 +02:00
parent 4c6fb95ec9
commit 90f618eeff
4 changed files with 163 additions and 83 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/tapbundle",
"private": false,
"version": "5.0.22",
"description": "tap bundled for tapbuffer",
"description": "A test automation library bundling utilities and tools for TAP (Test Anything Protocol) based testing, specifically tailored for tapbuffer.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -52,5 +52,19 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"testing",
"automation",
"TAP",
"test anything protocol",
"unit testing",
"integration testing",
"JavaScript",
"TypeScript",
"test runner",
"test framework",
"web helpers",
"test utilities"
]
}
}