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
18 lines
252 B
JSON
18 lines
252 B
JSON
{
|
|
"extends": "../tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"template",
|
|
"lib",
|
|
"esm"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../argparse"
|
|
}
|
|
]
|
|
} |