mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -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
23 lines
377 B
JSON
23 lines
377 B
JSON
{
|
|
"extends": "../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../core/core"
|
|
},
|
|
{
|
|
"path": "../node-api"
|
|
},
|
|
{
|
|
"path": "../logger/logger"
|
|
}
|
|
]
|
|
}
|