test: add bun test scaffold

This commit is contained in:
xenticore
2025-03-24 13:33:14 -04:00
parent cdf22afb96
commit 2943253dd7
5 changed files with 8 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
"allowJs": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["bun-types", "jest", "greasemonkey", "firefox-webext-browser"]
}
}