fix(config): Remove Bun config file and set deno.json useDefineForClassFields to false for compatibility

This commit is contained in:
2025-11-17 01:52:00 +00:00
parent 8441881d92
commit 973ce771d2
4 changed files with 8 additions and 14 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '2.8.0',
version: '2.8.1',
description: 'a test utility to run tests that match test/**/*.ts'
}