🧃 Worker is... working.

This commit is contained in:
2021-04-28 00:19:52 -07:00
parent 2013d37b45
commit 7031c5cd40
8 changed files with 35 additions and 12 deletions

View File

@@ -8,17 +8,17 @@
"module": "commonjs",
"sourceMap": true,
"outDir": "./dist/",
"noImplicitAny": true,
"skipLibCheck": true,
"lib": [
"dom",
"dom.iterable",
"esnext"
"esnext",
"webworker"
]
},
"settings": {
"eslint.workingDirectories": [
{"directory": "./node_modules", "changeProcessCWD": true }
{ "directory": "./node_modules", "changeProcessCWD": true }
]
},
"exclude": [