fix: Add WebWorker lib to generated tsconfig

This commit is contained in:
Aaron Klinker
2023-07-20 22:34:16 -05:00
parent a82a66ec37
commit 2c70246af5
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -139,6 +139,7 @@ async function writeTsConfigFile(
/* Type Checking */
"strict": true,
"lib": ["DOM", "WebWorker"],
/* Completeness */
"skipLibCheck": true,
+1
View File
@@ -9,6 +9,7 @@
/* Type Checking */
"strict": true,
"lib": ["DOM", "WebWorker"],
/* Linting */
"noUnusedLocals": true,