typescript outDir setting in tsconfig.json not working

后端 未结 4 899
臣服心动
臣服心动 2021-02-05 01:00

I can\'t seem to get the outDir flag working when used in package.json. Directory structure is pretty simple: tsconfig.json at the root le

4条回答
  •  醉话见心
    2021-02-05 01:13

    If you are using the incremental compiler option, you may not be getting output if you have deleted / modified files in your outDir but have not removed the .tsbuildinfo file.

    My issue was a bit different, but Google brought me here - so figured others may also.

提交回复
热议问题