chore: add Bun types and update TypeScript configuration for Bun runtime

- Added `bun-types` to package.json dev dependencies
- Updated tsconfig.json to include Bun types and test directory
- Updated README.md with correct author attribution
- Enhanced test configurations to support Bun testing environment
This commit is contained in:
jango-blockchained
2025-02-03 22:41:22 +01:00
parent c519d250a1
commit 481dc5b1a8
11 changed files with 403 additions and 476 deletions

View File

@@ -17,7 +17,8 @@
"emitDecoratorMetadata": true,
"types": [
"node",
"jest"
"jest",
"bun-types"
],
"typeRoots": [
"./node_modules/@types"
@@ -37,6 +38,7 @@
},
"include": [
"src/**/*",
"__tests__/**/*",
"jest.config.ts"
],
"exclude": [