@verdaccio/server
Version:
server logic
45 lines (44 loc) • 698 B
JSON
{
"extends": "../../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*", "types/*.d.ts"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../../api"
},
{
"path": "../../auth"
},
{
"path": "../../config"
},
{
"path": "../../loaders"
},
{
"path": "../../logger/logger"
},
{
"path": "../../middleware"
},
{
"path": "../../plugins/audit"
},
{
"path": "../../proxy"
},
{
"path": "../../store"
},
{
"path": "../../utils"
},
{
"path": "../../web"
}
]
}