mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-21 08:48:52 +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,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"moduleResolution": "bundler",
|
"moduleResolution": "bundler",
|
||||||
"types": ["turnstile-types"]
|
"types": ["turnstile-types"],
|
||||||
|
"lib": ["WebWorker"]
|
||||||
}
|
}
|
||||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
// 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
|
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
|
||||||
|
|
Loading…
Reference in a new issue