Support webWorker clients

This commit is contained in:
Christopher Schleiden
2023-01-20 17:20:21 -08:00
parent 675e8f1307
commit eab53474cb
2 changed files with 25 additions and 5 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "node"
"moduleResolution": "node",
"lib": ["es6", "webworker"]
},
"watchOptions": {
"watchFile": "useFsEvents",