This commit is contained in:
2025-11-17 01:21:20 +00:00
parent 16ca3b6374
commit 2b52898458
2 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,12 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"lib": ["ES2022", "DOM"],
"lib": [
"ES2022",
"DOM"
],
"target": "ES2022"
},
"nodeModulesDir": true
"nodeModulesDir": true,
"version": "2.8.0"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tstest",
"version": "2.7.0",
"version": "2.8.0",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"exports": {