Files
salvato.newfreeplanet/.vscode/settings.json
Surya Paolo dbcd2aee63 ver 1.0.25
2024-02-03 23:05:06 +01:00

21 lines
486 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,
"**/images/**": true,
"**/node_modules/**": true,
"**/public": true,
"**/public/**": true,
"**/public/upload/**": true
},
}