0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/plugins/auth-memory/tsconfig.json

25 lines
437 B
JSON
Raw Normal View History

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