Skip to content

tsconfig.json

在平时的开发中,需要经常配置该文件。为了记录平时遇到的各种配置问题,这里记录该配置文件的常用配置。

无法写入文件“babel.config.js”,因为它会覆盖输入文件

json
{
	"compilerOptions": {
		"outDir": "dist"
	}
}

monorepo 单仓架构下怎么编写 tsconfig.json 文件?

  • extends
  • references

references 字段

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史

最近更新