0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/test/cli/cli-commons/tsconfig.json

22 lines
379 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"references": [
{
"path": "../../../packages/core/core"
},
{
"path": "../../../packages/verdaccio"
},
{
"path": "../../../packages/config"
},
{
"path": "../../../packages/tools/helpers"
}
]
}