Typescript TS5042 Build: Option 'project' cannot be mixed with source files on a command line

前端 未结 7 941
北恋
北恋 2021-02-18 22:23

I am receiving the following error across all typescript projects that I am trying run.

TS5042  Build: Option \'project\' cannot be mixed with source files on a          


        
7条回答
  •  醉梦人生
    2021-02-18 23:18

    Not use Powershell. Use the old command.com in your configuration.

    {
        "files.autoSave": "afterDelay",
        "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe"
    }
    

提交回复
热议问题