typescript tsconfig.ts

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript tsconfig.ts相关的知识,希望对你有一定的参考价值。

{
  "compilerOptions": {
    ...
    "baseUrl": "./src",
    "paths": {
      "@datorama/utils/*": ["app/utils/*"],
      "@datorama/pipes/*": ["app/pipes/*"]
    }
    ...
  }
}

以上是关于typescript tsconfig.ts的主要内容,如果未能解决你的问题,请参考以下文章

如何在tsconfig.ts中正确设置路径?

角度的 Tsconfig

如何配置 Angular 项目 tsconfig 路径 [] 而不会出现 linting 错误?

从项目根目录导入打字稿

TypeScript入门学习之路

typescript TypeScript Snippets #typescript