I\'m trying to import a module as import Something from \"@module\", but it returns
import Something from \"@module\"
Cannot find module \'@config\'
\"@m
"paths" should be in "compilerOptions" section, not in root of tsconfig.json
"paths"
"compilerOptions"
tsconfig.json
More info on path mapping here
Overview of tsconfig.json here