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
45 lines
692 B
JSON
45 lines
692 B
JSON
{
|
|
"extends": "../tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../common"
|
|
},
|
|
{
|
|
"path": "../http-client"
|
|
},
|
|
{
|
|
"path": "../http-types"
|
|
},
|
|
{
|
|
"path": "../jsonrpc"
|
|
},
|
|
{
|
|
"path": "../react-captcha"
|
|
},
|
|
{
|
|
"path": "../react-test"
|
|
},
|
|
{
|
|
"path": "../redux"
|
|
},
|
|
{
|
|
"path": "../jsonrpc"
|
|
},
|
|
{
|
|
"path": "../test-utils"
|
|
}
|
|
],
|
|
"plugins": [
|
|
{
|
|
"transform": "typescript-plugin-styled-components",
|
|
"type": "config",
|
|
"displayName": true,
|
|
"minify": false,
|
|
"ssr": true
|
|
}
|
|
]
|
|
} |