0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/verdaccio/tsconfig.json

50 lines
738 B
JSON

{
"extends": "../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../auth"
},
{
"path": "../cli"
},
{
"path": "../config"
},
{
"path": "../core/htpasswd"
},
{
"path": "../tools/helper"
},
{
"path": "../hooks"
},
{
"path": "../logger"
},
{
"path": "../mock"
},
{
"path": "../node-api"
},
{
"path": "../plugins/audit"
},
{
"path": "../plugins/ui-theme"
},
{
"path": "../store"
},
{
"path": "../utils"
}
]
}