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,4 +1,6 @@
import { defineConfig, HmrOptions } from 'vite'
import type { HmrOptions } from 'vite'
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
import { VitePWA } from 'vite-plugin-pwa'
import { resolve } from 'path'