mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
64cfedb805
* chore: add api section * chore: fix build * Update website.yml * chore: improve types plugin clean up others stuff * Update crowdin.yaml * clean up
22 lines
362 B
JSON
22 lines
362 B
JSON
{
|
|
"extends": "../../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../core/file-locking"
|
|
},
|
|
{
|
|
"path": "../../config"
|
|
},
|
|
{
|
|
"path": "../../logger"
|
|
},
|
|
{
|
|
"path": "../../core/core"
|
|
}
|
|
]
|
|
}
|