Error: Typescript Feature 1.5. Current language level is 1.4

后端 未结 6 1511
不知归路
不知归路 2021-02-04 23:08

I am working in the context of Visual Studio 2015 (with Resharper), and am referencing a TypeScript definitions file for NodeJS. I have 3 other VS projects that are using

6条回答
  •  醉话见心
    2021-02-04 23:29

    Make sure you set the proper version in your project XML. See the node below:

    
      ES6
      None
      True
      False
      CommonJS
      False
      
      
      False
      True
      True
      
      ~/app/
      True
    
    

提交回复
热议问题