mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
ee97dcb46c
* feat: replace bunyan by pino.js * chore: refactor logger * chore: fix e2e * chore: better catch
10 lines
243 B
JSON
10 lines
243 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.idea": false,
|
|
"**/.nyc_output": true,
|
|
"**/build": true,
|
|
"**/coverage": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|