When using versions and letting npm install dedupe the packages, npm audit does not work and it exits with a cryptic error: The server said: Invalid package tree, run npm install to rebuild your package-lock.json
51 lines
694 B
JSON
51 lines
694 B
JSON
{
|
|
"extends": "../tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../argparse"
|
|
},
|
|
{
|
|
"path": "../captcha"
|
|
},
|
|
{
|
|
"path": "../client"
|
|
},
|
|
{
|
|
"path": "../common"
|
|
},
|
|
{
|
|
"path": "../common"
|
|
},
|
|
{
|
|
"path": "../config"
|
|
},
|
|
{
|
|
"path": "../db"
|
|
},
|
|
{
|
|
"path": "../db-typeorm"
|
|
},
|
|
{
|
|
"path": "../http-client"
|
|
},
|
|
{
|
|
"path": "../http-types"
|
|
},
|
|
{
|
|
"path": "../jsonrpc"
|
|
},
|
|
{
|
|
"path": "../logger"
|
|
},
|
|
{
|
|
"path": "../tasq"
|
|
},
|
|
{
|
|
"path": "../validator"
|
|
}
|
|
]
|
|
} |