0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/plugins/htpasswd/tsconfig.json

24 lines
401 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../../core/file-locking"
},
{
"path": "../../config"
},
{
"path": "../../logger/logger"
},
{
"path": "../../core/core"
}
]
}