fix types for vue-3 in vscode

This commit is contained in:
Philipp Kühn 2021-04-09 13:43:39 +02:00
parent 9fbde0f8da
commit 009a948cae

View File

@ -0,0 +1,7 @@
{
"extends": "../../tsconfig",
"exclude": [
"**/node_modules",
"**/dist",
]
}