mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
00d1d2a179
* chore: relocate package server * chore: relocate server packages * Update ci.yml * rename packages * rename package * chore: refactor fastify endpoints * chore: fix types requests * fix warnings * chore: refactor endpoints * refactor launch fastify * Update package.json * chore: update deps * Create green-yaks-divide.md
30 lines
463 B
JSON
30 lines
463 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../store"
|
|
},
|
|
{
|
|
"path": "../../config"
|
|
},
|
|
{
|
|
"path": "../../auth"
|
|
},
|
|
{
|
|
"path": "../../logger"
|
|
},
|
|
{
|
|
"path": "../../utils"
|
|
},
|
|
{
|
|
"path": "../../core/core"
|
|
}
|
|
]
|
|
}
|