🔧 Fixes to web workers

This commit is contained in:
2021-04-26 15:54:39 -07:00
parent 0701ef19f8
commit 15dcdcfe43
6 changed files with 39 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
"allowSyntheticDefaultImports": true,
"target": "es2019",
"jsx": "react",
"module": "commonjs",
"module": "system",
"sourceMap": true,
"outDir": "./dist/",
"skipLibCheck": true,