add ts-nocheck

This commit is contained in:
Kagami Sascha Rosylight
2023-07-31 03:00:50 +02:00
parent dc70a34507
commit fa03f61529
374 changed files with 374 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ export type DefaultStoredWidget = {
</script>
<script lang="ts" setup>
// @ts-nocheck
import { defineAsyncComponent, ref } from 'vue';
import { v4 as uuid } from 'uuid';
import MkSelect from '@/components/MkSelect.vue';