IT Nursery
I’m using tsc build tasks. Unfortunately I’m always getting the same errors from the node modules folder Executing task: .\node_modules\.bin\tsc.cmd --watch -p .\tsconfig.json < node_modules/@types/node/index.d.ts(6208,55): error TS2304: Cannot find...
  • June 2, 2022
  • 0 Comments
I was reading about path-mapping in tsconfig.json and I wanted to use it to avoid using the following ugly paths: The project organization is a bit weird because we...
  • May 17, 2022
  • 0 Comments