How do I import other TypeScript files?

前端 未结 9 1598
北恋
北恋 2020-11-28 20:29

When using the TypeScript plugin for vs.net, how do I make one TypeScript file import modules declared in other TypeScript files?

file 1:

module moo
         


        
9条回答
  •  萌比男神i
    2020-11-28 20:58

    Quick Easy Process in Visual Studio

    Drag and Drop the file with .ts extension from solution window to editor, it will generate inline reference code like..

    /// 
    

提交回复
热议问题