mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
e93d6a30a4
* migrate web package to vitest * migrate node-api to vitest * migrate file-locking vitest * migrate cli * remove jest from npm packages * Create weak-cherries-serve.md * update ci
41 lines
627 B
JSON
41 lines
627 B
JSON
{
|
|
"extends": "../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../auth"
|
|
},
|
|
{
|
|
"path": "../cli"
|
|
},
|
|
{
|
|
"path": "../plugins/htpasswd"
|
|
},
|
|
{
|
|
"path": "../hooks"
|
|
},
|
|
{
|
|
"path": "../logger/logger"
|
|
},
|
|
{
|
|
"path": "../node-api"
|
|
},
|
|
{
|
|
"path": "../plugins/audit"
|
|
},
|
|
{
|
|
"path": "../plugins/ui-theme"
|
|
},
|
|
{
|
|
"path": "../store"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
}
|
|
]
|
|
}
|