🔧 Web workers

This commit is contained in:
2021-04-27 09:50:51 -07:00
parent 15dcdcfe43
commit 3a5bf12ba6
9 changed files with 48 additions and 62 deletions

View File

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