更改基本模块的默认文件夹

时间:2016-12-15 20:14:16

标签: angularjs typescript tsconfig

当我在typescript和writer import { Component, OnInit } from '@angular/core';中导入模块时,编译器会在node_modules文件夹中找到该模块。

我想将其更改为其他文件夹,例如root/angular-lib,但编译器显示错误Cannot find module '@angular/core

我该怎么做?

提前致谢

1 个答案:

答案 0 :(得分:0)

好的,我找到了解决方案,需要将它添加到文件tsconfig.json:

"BaseUrl" : "./angular-lib/",

源: https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url