Files
myprojplanet_vite/.vscode/settings.json

16 lines
377 B
JSON
Raw Normal View History

2021-09-16 21:08:02 +02:00
{
"vetur.validation.template": false,
"vetur.format.enable": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"vue"
],
2021-09-16 21:08:02 +02:00
"typescript.tsdk": "node_modules/typescript/lib",
"vetur.experimental.templateInterpolationService": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/node_modules/**": true
},
}