vault-link/.vscode/settings.json
2026-03-25 20:07:55 +00:00

10 lines
No EOL
270 B
JSON

{
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"jest.rootPath": "plugin",
"files.exclude": {
"**/dist": true,
"**/node_modules": true,
"**/.sqlx": true,
"**/target": true
}
}