fix parsing to grab globals from all definitions
/ publish (push) Successful in 21s

This commit is contained in:
2026-04-04 15:06:38 -07:00
parent 12e442f823
commit 5e0656fe2c
3 changed files with 58 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"allowJs": true,
"noEmit": true,
"moduleResolution": "node",
"target": "es2022",
"lib": ["ESNext"],
"types": ["node"]
}
}