mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
5167bb528f
* UI search uses search endpoint for global search * improve sorting and error handling * give priority to private packages * order by private package * add tests, improve testing * add changeset * addjust settings * remove old index search implementation * update lock file * relocate fastify package * fix circular dependency * fix wrong import * fix tests
28 lines
442 B
JSON
28 lines
442 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"composite": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../auth"
|
|
},
|
|
{
|
|
"path": "../../config"
|
|
},
|
|
{
|
|
"path": "../../utils"
|
|
},
|
|
{
|
|
"path": "../../middleware"
|
|
},
|
|
{
|
|
"path": "../../core/core"
|
|
}
|
|
]
|
|
}
|