mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
19 lines
334 B
JSON
19 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"
|
|
}
|
|
]
|
|
}
|