reconcile/.vscode/settings.json
2025-02-20 22:26:54 +00:00

8 lines
No EOL
217 B
JSON

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