1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/tools/helpers/tsconfig.json

28 lines
442 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build",
"composite": true,
"declaration": true
},
"include": ["src/**/*.ts"],
"references": [
{
"path": "../../auth"
},
{
"path": "../../config"
},
{
"path": "../../utils"
},
{
"path": "../../middleware"
},
{
"path": "../../core/core"
}
]
}