@verdaccio/server-fastify
Version:
fastify server api implementation
30 lines (29 loc) • 470 B
JSON
{
"extends": "../../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../../store"
},
{
"path": "../../config"
},
{
"path": "../../auth"
},
{
"path": "../../logger/logger"
},
{
"path": "../../utils"
},
{
"path": "../../core/core"
}
]
}