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
15 lines
216 B
JSON
15 lines
216 B
JSON
{
|
|
"extends": "../tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../logger"
|
|
},
|
|
{
|
|
"path": "../test-utils"
|
|
}
|
|
]
|
|
} |