1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/e2e/ui/tsconfig.json
2022-10-15 07:43:42 +02:00

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"
}
]
}