ts怎样全局引用某个module?

新手上路,请多包涵
import * as moduleofthree from "three";
declare global {
  var THREE: typeof moduleofthree;
}

var THREE = moduleofthree;

import scene from "@scene/scene";
console.log(scene);

我在main.ts入口文件中引入了three这个模块。在scene中不引入直接使用THREE这个变量。但是运行的时候报错了,但是在vscode中没报错。请问要怎样去修改才能去正常使用

阅读 2.9k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
logo
Microsoft
子站问答
访问
宣传栏