mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
631abe1ac1
* refactor logger module * Update index.ts
22 lines
366 B
JSON
22 lines
366 B
JSON
{
|
|
"extends": "../../tsconfig.reference.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"noImplicitAny": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../core/core"
|
|
},
|
|
{
|
|
"path": "../logger/logger"
|
|
}
|
|
]
|
|
}
|