Fix typescript error
This commit is contained in:
parent
3633ed026e
commit
9567851e3f
@ -1,4 +1,4 @@
|
||||
<script setup>
|
||||
<script setup lang="ts">
|
||||
import { useSessionStore } from "../stores/session";
|
||||
const storeSession = useSessionStore();
|
||||
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
<script setup>
|
||||
<script>
|
||||
import appwrite from "@/services/appwrite";
|
||||
import { DateTime } from "luxon";
|
||||
</script>
|
||||
|
||||
<script>
|
||||
import { defineComponent } from "vue";
|
||||
import { HotTable } from "@handsontable/vue3";
|
||||
import { registerAllModules } from "handsontable/registry";
|
||||
|
||||
@ -7,9 +7,8 @@
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
"noImplicitAny": false,
|
||||
"ignoreDeprecations": "5.0",
|
||||
"allowJs": true
|
||||
},
|
||||
"ignoreDeprecations": "5.0"
|
||||
},
|
||||
|
||||
"references": [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user