web/tsconfig: add webworker lib

This commit is contained in:
wukko 2025-02-01 22:49:21 +06:00
parent ee459e8694
commit 0a8323be54
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -10,7 +10,8 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler",
"types": ["turnstile-types"]
"types": ["turnstile-types"],
"lib": ["WebWorker"]
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files