Fix a bunch of typescript errors

This commit is contained in:
wvffle 2022-07-04 22:52:53 +00:00 committed by Georg Krause
commit 0251789f82
82 changed files with 257 additions and 164 deletions

View file

@ -1,6 +1,7 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"compilerOptions": {
"lib": ["webworker"],
"baseUrl": ".",
"sourceMap": true,
"allowJs": true,