Files
myprojplanet_vite/.vscode/settings.json

23 lines
567 B
JSON
Raw Normal View History

2021-09-16 21:08:02 +02:00
{
"vetur.validation.template": false,
"vetur.format.enable": false,
"volar.nodePath": "/Users/suryapaolo/.nvm/versions/node/v18.18.0/bin/node",
"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,
2024-02-03 23:05:06 +01:00
"**/images/**": true,
"**/node_modules/**": true,
2024-01-30 14:00:48 +01:00
"**/public": true,
2024-02-03 23:05:06 +01:00
"**/public/**": true,
"**/public/upload/**": true
},
2024-02-03 23:05:06 +01:00
}