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