fix some react ts issues

This commit is contained in:
Philipp Kühn
2021-04-07 14:29:51 +02:00
parent a06a8f0fa2
commit 2718ccff6f
4 changed files with 15 additions and 11 deletions

View File

@@ -33,6 +33,7 @@
],
"exclude": [
"**/node_modules",
"**/dist"
"**/dist",
"**/vue-3"
]
}