mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
154b2ecd34
* migrate api package * migrate auth * migrate config * refactor: remove @verdaccio/commons-api in favor @verdaccio/core * fix lint * relocate pkg * relocate pkg * fix tsconfig
29 lines
446 B
JSON
29 lines
446 B
JSON
{
|
|
"extends": "../../tsconfig.reference",
|
|
"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"
|
|
}
|
|
]
|
|
}
|