1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/store/tsconfig.json
Juan Picado 5f3eee5eaf chore: remove a package, move constants (#2001)
* chore: remove a package, move constants

* chore: remove *
2021-04-09 17:54:26 +02:00

39 lines
585 B
JSON

{
"extends": "../../tsconfig.reference.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
},
"include": ["src/**/*"],
"exclude": ["src/**/*.test.ts"],
"references": [
{
"path": "../core/commons-api"
},
{
"path": "../loaders"
},
{
"path": "../core/local-storage"
},
{
"path": "../logger"
},
{
"path": "../proxy"
},
{
"path": "../core/streams"
},
{
"path": "../utils"
},
{
"path": "../config"
},
{
"path": "../mock"
}
]
}