我在 Typescript 中有一个项目,我想使用依赖项“localForage”:https ://github.com/localForage/localForage 。
我通过以下 npm 命令安装了它:
npm install @types/localforage --save
我用了:
import * as localForage from "localforage";
我得到了错误:
错误 TS1148:除非提供“--module”标志,否则无法编译模块我正在寻找解决方案,我发现 TypeScript 0.9。* VisualStudio TS5037:除非提供“--module”标志,否则无法编译外部模块。
这与我无关,因为我使用 Webstorm 10.0.5