Add explicit mocha reference

This commit is contained in:
Matt Bierner
2026-03-08 23:42:50 -07:00
parent a2f85b65d2
commit 625d9dd956

View File

@@ -9,6 +9,9 @@
"sourceMap": true,
"skipLibCheck": true,
"declaration": true,
"types": [
"mocha"
],
"lib": [
"esnext", // for #201187
"dom"