Resolve Typescript errors

This commit is contained in:
Joep 2023-09-08 21:34:42 +02:00
parent ee619adda3
commit 3e435673ea
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
// @ts-nocheck
import { disableExternal } from "@/utils/constants"; import { disableExternal } from "@/utils/constants";
import { createApp } from "vue"; import { createApp } from "vue";
import VueLazyload from "vue-lazyload"; import VueLazyload from "vue-lazyload";

View File

@ -8,7 +8,7 @@ import pluginRewriteAll from "vite-plugin-rewrite-all";
const plugins = [ const plugins = [
vue(), vue(),
VueI18nPlugin(), VueI18nPlugin({}),
legacy({ legacy({
// defaults already drop IE support // defaults already drop IE support
targets: ["defaults"], targets: ["defaults"],