标签: angular typescript
我使用ng new创建了一个angular.io项目。我已经在tsconfig.json中将forceConsistentCasingInFileNames设置为true。我想确保我们团队中的开发人员在他们创建的新文件名中使用大写时会收到警告。
ng new
forceConsistentCasingInFileNames
我该怎么做?