1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/auth/tsconfig.json

30 lines
446 B
JSON
Raw Permalink Normal View History

2020-03-03 23:59:19 +01:00
{
"extends": "../../tsconfig.reference",
2020-03-03 23:59:19 +01:00
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../config"
},
{
"path": "../core/htpasswd"
},
{
"path": "../loaders"
},
{
"path": "../logger"
},
{
"path": "../mock"
},
{
"path": "../utils"
}
]
2020-03-03 23:59:19 +01:00
}