📌  相关文章
📜  此语法需要导入的帮助程序,但找不到模块“tslib”. - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:42.258000             🧑  作者: Mango

代码示例1
{
  // ...rest of config
  "compilerOptions": {
    // ...rest of compiler options
    "baseUrl: ".",
    "paths": {
      "tslib" : ["path/to/node_modules/tslib/tslib.d.ts"]
    }
  }
}