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-07 22:14:56 +02:00
committed by Braks
parent b3a1726449
commit 3dd3c37fc2
7 changed files with 865 additions and 829 deletions

View File

@@ -16,6 +16,7 @@
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": ["vite/client"],
"jsx": "preserve",
"paths": {
"~/*": ["../../packages/vue-flow/src/*"]
}