在我的angular2应用程序中,我使用的是lodash。通过使用declare var _: any;,我正在执行诸如_.findIndex(...)之类的交存操作。现在我面临一个问题。有时,在加载页面时,我会收到以下错误如何避免这种情况?作为我的假设,提交代码在declare var _: any;之前执行
我正在尝试创建一个脚本来访问firebase数据库函数,但在编译我遇到的脚本时: 如果我在tsconfig.json中使用"module": "commonjs",则为Uncaught ReferenceError: exports is not defined 或 如果使用"module": "es6",则为Uncaught SyntaxError: Cannot use import statement outsidea module 在第