Make tsconfig reference all exported variables (for testing mock/spy/stub)

后端 未结 0 1860

I have a file like this:

Foo.tsx:

export default function Foo() {
   return \'hi\';
}

GroupItem.tsx:

import Foo from \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题