package.jsons are changed because dependencies are now sorted tsconfig.jsons are changed because all referenced monorepo packages will be added as project references tsconfig.esm.jsons are changed because syncEsmConfig was run
11 lines
162 B
JSON
11 lines
162 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "esm"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../jsonrpc/tsconfig.esm.json"
|
|
}
|
|
]
|
|
} |