ddd icon indicating copy to clipboard operation
ddd copied to clipboard

@note-ts/ddd/tsconfig.json file error

Open dlydiard opened this issue 6 years ago • 0 comments

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"]
}

dlydiard avatar Dec 31 '19 23:12 dlydiard