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
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "esm"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../http-types/tsconfig.esm.json"
|
|
},
|
|
{
|
|
"path": "../test-utils/tsconfig.esm.json"
|
|
}
|
|
]
|
|
} |