mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-02 16:36:20 +01:00
web/tsconfig: add webworker lib
This commit is contained in:
parent
ee459e8694
commit
0a8323be54
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue