Files
myprojplanet_vite/.vscode/settings.json
2021-09-16 21:08:02 +02:00

8 lines
261 B
JSON
Executable File

{
"vetur.validation.template": false,
"vetur.format.enable": false,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
"typescript.tsdk": "node_modules/typescript/lib",
"vetur.experimental.templateInterpolationService": true
}