mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"extends": "../../tsconfig.reference.json",
|
|
"include": ["./cypress/**/*.ts", "./*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/core/core"
|
|
},
|
|
{
|
|
"path": "../../packages/verdaccio"
|
|
},
|
|
{
|
|
"path": "../../packages/config"
|
|
},
|
|
{
|
|
"path": "../../packages/tools/helpers"
|
|
}
|
|
]
|
|
}
|