ethereum-lite-explorer
Version:
Ethereum Lite Explorer
25 lines (24 loc) • 680 B
JSON
{
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.rulers": [120],
"files.insertFinalNewline": true,
"files.encoding": "utf8",
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true
},
"search.exclude": {
"**/node_modules": true,
"dist/*": true,
"coverage/*": true
},
"files.trimTrailingWhitespace": true,
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "double",
"lcov.watch": [{
"pattern": "**/*.spec.ts",
"command": "npm run test-coverage"
}]
}