I\'m trying to import a module as import Something from \"@module\", but it returns
import Something from \"@module\"
Cannot find module \'@config\'
\"@m
I had a similar issue with "moment" I have import like below and it does work.
import * as moment from 'moment';