build: type-check worker with isolated globals

This commit is contained in:
sjg
2026-08-01 15:21:16 +02:00
parent 26be675242
commit 3d49839ed5
4 changed files with 34 additions and 2 deletions
@@ -13,5 +13,6 @@
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": []
},
"include": ["src/**/*.ts", "src/**/*.js"]
"include": ["src/**/*.ts", "src/**/*.js"],
"exclude": ["src/decode-history-worker.ts"]
}