mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
1755840cd3
* chore: add config utility * improve verdaccio bin location * add new npm cli e2e tests * add tests * rename files
21 lines
379 B
JSON
21 lines
379 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../../packages/core/core"
|
|
},
|
|
{
|
|
"path": "../../../packages/verdaccio"
|
|
},
|
|
{
|
|
"path": "../../../packages/config"
|
|
},
|
|
{
|
|
"path": "../../../packages/tools/helpers"
|
|
}
|
|
]
|
|
}
|