tsconfig.json

类型配置与智能提示

Oiyo 会在准备阶段自动生成配置。你只需要在项目的 tsconfig.json 中继承它即可获得完整的智能提示。

tsconfig.json
{
  "extends": "./.oiyo/tsconfig.json"
}