I'm trying to create custom paths in my tsconfig.json. You can see the project structure in the image below. I want to setup 2 paths for the start: "@shared/" and "@/" where @/ is backend/src. and @shared/ is the shared folder. The @shared/ path already works, but I somehow can't get the @/ path to working.
tsconfig.json: https://hastebin.com/share/azuvibacen.json
package.json:
https://hastebin.com/share/opexakeqid.swift