feat: add bun types

This commit is contained in:
Jozef Steinhübl 2024-11-16 12:12:00 +01:00
parent f84b1d1bc4
commit 3480f8396b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 9 additions and 0 deletions

8
tests/tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"bun"
]
}
}