fix: Add WebWorker lib to generated tsconfig
This commit is contained in:
@@ -139,6 +139,7 @@ async function writeTsConfigFile(
|
||||
|
||||
/* Type Checking */
|
||||
"strict": true,
|
||||
"lib": ["DOM", "WebWorker"],
|
||||
|
||||
/* Completeness */
|
||||
"skipLibCheck": true,
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
/* Type Checking */
|
||||
"strict": true,
|
||||
"lib": ["DOM", "WebWorker"],
|
||||
|
||||
/* Linting */
|
||||
"noUnusedLocals": true,
|
||||
|
||||
Reference in New Issue
Block a user