mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
10 lines
No EOL
242 B
JSON
10 lines
No EOL
242 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"
|
|
} |