Idris Akintobi
Results
1
comments of
Idris Akintobi
The below works for me in my Node.js backend project. The rule applies to relative imports starting with a period (.) or double periods (..) ```json "moduleNameMapper": { "@src/(.*)": "/src/$1",...