mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
9946ea8bea
* chore: update deps * chore: update deps * chore: fix dependencies * chore: update deps * chore: update deps * chore: add types * chore: update jest
12 lines
No EOL
290 B
JSON
12 lines
No EOL
290 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.nyc_output": true,
|
|
"**/build": true,
|
|
"**/coverage": true,
|
|
".idea": true,
|
|
"storage_default_storage": true,
|
|
".yarn": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
} |