mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
54606976c3
* chore: remove unused package * Update pnpm-lock.yaml * chore: improve types in general plugins
20 lines
357 B
JSON
20 lines
357 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*", "types/*.d.ts"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../config"
|
|
},
|
|
{
|
|
"path": "../../logger"
|
|
},
|
|
{
|
|
"path": "../../core/core"
|
|
}
|
|
]
|
|
}
|