如题 请教一下,引用module的时候为什么 Cannot find name ‘module’
export class Assets extends At{
constructor()
{
super();
}
}
module.extends = Assets;
提示:Cannot find name ‘module’. Do you need to install type definitions for node? Try npm i @types/node and then add node to the types field in your tsconfig.ts(2580)



