chore: update dependencies

# What's changed?

* add `jsx: "preserve"` to tsconfig (necessary in new vue-tsc version)
This commit is contained in:
bcakmakoglu
2022-06-10 15:54:40 +02:00
committed by Braks
parent b3a1726449
commit 3dd3c37fc2
7 changed files with 865 additions and 829 deletions
+1
View File
@@ -16,6 +16,7 @@
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"types": ["vite/client", "vue/macros"],
"paths": {
"~/*": ["src/*"]