mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
ddb6a22396
* feat: signature package * feat: signature package
33 lines
495 B
JSON
33 lines
495 B
JSON
{
|
|
"extends": "../../tsconfig.reference",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"noImplicitAny": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../plugins/htpasswd"
|
|
},
|
|
{
|
|
"path": "../core/core"
|
|
},
|
|
{
|
|
"path": "../loaders"
|
|
},
|
|
{
|
|
"path": "../signature"
|
|
},
|
|
{
|
|
"path": "../logger/logger"
|
|
},
|
|
{
|
|
"path": "../utils"
|
|
}
|
|
]
|
|
}
|