mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01: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
27 lines
414 B
JSON
27 lines
414 B
JSON
{
|
|
"extends": "../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../core/core"
|
|
},
|
|
{
|
|
"path": "../core/server"
|
|
},
|
|
{
|
|
"path": "../node-api"
|
|
},
|
|
{
|
|
"path": "../logger"
|
|
}
|
|
]
|
|
}
|