mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
154b2ecd34
* migrate api package * migrate auth * migrate config * refactor: remove @verdaccio/commons-api in favor @verdaccio/core * fix lint * relocate pkg * relocate pkg * fix tsconfig
13 lines
307 B
JSON
13 lines
307 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.exclude": {
|
|
"**/.nyc_output": true,
|
|
"**/build": false,
|
|
"**/coverage": true,
|
|
".idea": true,
|
|
"storage_default_storage": true,
|
|
".yarn": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|