🪛 Workers!

This commit is contained in:
2021-04-27 13:04:53 -07:00
parent 2d8423c516
commit 71693da709
5 changed files with 31 additions and 22 deletions

View File

@@ -5,9 +5,10 @@
"allowSyntheticDefaultImports": true,
"target": "es2019",
"jsx": "react",
"module": "esnext",
"module": "commonjs",
"sourceMap": true,
"outDir": "./dist/",
"noImplicitAny": true,
"skipLibCheck": true,
"lib": [
"dom",