🔧 Fixing comlink

This commit is contained in:
2021-04-27 10:51:07 -07:00
parent 3a5bf12ba6
commit 25a84b2907
7 changed files with 51 additions and 19 deletions

View File

@@ -5,13 +5,14 @@
"allowSyntheticDefaultImports": true,
"target": "es2019",
"jsx": "react",
"module": "commonjs",
"module": "esnext",
"sourceMap": true,
"outDir": "./dist/",
"skipLibCheck": true,
"lib": [
"DOM",
"webworker"
"dom",
"dom.iterable",
"esnext"
]
},
"settings": {