如何打开 tslint.json 进行编辑?

How can I open tslint.json to edit it?

在VScode中我们经常谈论编辑配置文件以适应我们的需要。
但是你到底是怎么打开它们进行编辑的呢?特别是我想打开 tslint.json 添加这一行:

"ordered-imports": [true, {
  "import-sources-order": "any",
  "named-imports-order": "case-insensitive"
}]

我会说点击它,除非我在你的问题中遗漏了什么。