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

30 lines
453 B
JSON
Raw Normal View History

2020-03-03 17:59:19 -05:00
{
"extends": "../../tsconfig.reference",
2020-03-03 17:59:19 -05:00
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build",
"noImplicitAny": true
2020-03-03 17:59:19 -05:00
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../config"
},
{
"path": "../plugins/htpasswd"
},
{
"path": "../core/core"
},
{
"path": "../loaders"
},
{
"path": "../logger/logger"
},
{
"path": "../utils"
}
]
2020-03-03 17:59:19 -05:00
}