1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00
verdaccio/packages/store/tsconfig.json

39 lines
585 B
JSON
Raw Normal View History

2020-03-03 23:59:19 +01:00
{
"extends": "../../tsconfig.reference.json",
2020-03-03 23:59:19 +01:00
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../config"
},
{
"path": "../plugins/local-storage"
},
{
"path": "../core/url"
},
{
"path": "../core/core"
},
{
"path": "../hooks"
},
{
"path": "../loaders"
},
{
"path": "../logger/logger"
},
{
"path": "../proxy"
},
{
"path": "../utils"
}
]
2020-03-03 23:59:19 +01:00
}