Skip to content

Commit 4e5bd5d

Browse files
committed
chore: update dependencies and configuration
- Added `.test-cache` to `.gitignore`. - Created `package-lock.json` for dependency management. - Updated `package.json` to require Node.js version 20 and updated various dependencies. - Added `skipLibCheck` option in `tsconfig.json` and excluded test files from compilation. - Removed `yarn.lock` files and replaced them with `package-lock.json` in examples. - Minor code adjustments in `src` files for better type handling and formatting.
1 parent 9838ae6 commit 4e5bd5d

File tree

13 files changed

+19543
-9777
lines changed

13 files changed

+19543
-9777
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
lib
33
dist
44
.eslintcache
5+
.test-cache

0 commit comments

Comments
 (0)