4 Matching Annotations
- Nov 2020
-
www.npmjs.com www.npmjs.comtspath1
-
Everyone working in a TypeScript project that grows beyond a certains limit will eventually experience the situation commonly described as path hell, the snippet below is an example of such hell.
Tags
Annotators
URL
-
-
www.npmjs.com www.npmjs.com
-
No more shit-coding paths in Node like so:
-
-
stackoverflow.com stackoverflow.com
-
I was reading about path-mapping in tsconfig.json and I wanted to use it to avoid using the following ugly paths:
-
-
stackoverflow.com stackoverflow.com
-
However, I just went through the same exercise of moving from relative paths everywhere to module paths.
-