【发布时间】:2020-06-27 09:24:24
【问题描述】:
我看过this和this的帖子,他们让我理解tsconfig.app.json和tsconfig.json。
我有一个有 tsconfig.app.json、tsconfig.json 和 tsconfig.spec.json 的 Angular 应用程序
tsconfig.spec.json的作用是什么? tsconfig.spec.json 中的'spec' 代表什么?
【问题讨论】:
-
测试用。
-
我相信“规范”是规范的缩写。这个想法——据我所知——是一个包的测试应该检查规范(需求/要求/期望/deliberables的编纂版本)是否得到满足。
标签: angular typescript tsconfig