You can configure tsc with a tsconfig.json file.
你可以用tsconfig.json(TypeScript的配置文件)文件来配置TSC命令行工具。
You need to parse the JSON file to extract the information.
你需要解析JSON(JavaScript Object Notation,轻量级的数据交换格式)文件以提取信息。
Let's look at JSON first.
我们先来看看 JSON。
XML, JSON, or simple arguments
JSON 或简单参数
Larger data size compared to JSON
与 JSON 相比,数据更大
And this is its JSON representation
并且这是它的 JSON 表示方式
The result will be formatted as JSON.
该结果将作为 JSON 格式化。
To return a serialized JSON object.
要返回一个序列化的JSON对象。
Step 1: Activate the JSON output type
步骤 1:激活 JSON 输出类型
Create a JSON data model for each entity.
为每个条目创建一个 JSON 数据模型。

词典释义: