@evpower/ocpp-ts
Version:
OCPP 1.6: Open Charge Point Protocol
17 lines • 374 B
JSON
{
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true
},
"search.exclude": {
"**/node_modules": true,
"build": true
},
"jest.runMode": "on-demand"
}