the file @node-ts/ddd/tsconfig.json is looking for a tsconfig file in the base node_modules folder, which doesn't exist. This 'file not found' error shows up in my VS Code IDE.
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "."
},
"exclude": ["dist"]
}