Files
myprojplanet_vite/.vscode/settings.json
2024-01-30 14:00:48 +01:00

18 lines
423 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,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/public": true,
"**/images": true,
"**/node_modules/**": true
},
}