Typescript import returns “Cannot find module”

后端 未结 3 419
离开以前
离开以前 2021-01-27 09:02

I\'m trying to import a module as import Something from \"@module\", but it returns

Cannot find module \'@config\'

\"@m

3条回答
  •  轮回少年
    2021-01-27 09:42

    "paths" should be in "compilerOptions" section, not in root of tsconfig.json

    More info on path mapping here

    Overview of tsconfig.json here

提交回复
热议问题