mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Use worker ts lib
This commit is contained in:
@@ -13,7 +13,6 @@ import type {
|
||||
declare global {
|
||||
// eslint-disable-next-line vars-on-top, no-var
|
||||
var VANTA: VantaObject;
|
||||
function importScripts(...urls: string[]): void;
|
||||
}
|
||||
|
||||
let waveEffect: VantaWaves;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"incremental": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
|
||||
Reference in New Issue
Block a user