Skip to content

Commit

Permalink
docs: typo: 修改 quick-start 的描述错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharonzd authored and otakustay committed Nov 18, 2024
1 parent 94ddaaf commit 23cee34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site/docs/app/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ module.exports = {
}
}
```
以上是一个比较精简可用的配置,使用`noEmit: true`可以让TypeScript不要去处理代码的生成,获得更好的类型检查的性能。

### 浏览器兼容性配置

Expand All @@ -100,8 +101,6 @@ chrome 76
firefox 64
```

以上是一个比较精简可用的配置,使用`emit: false`可以让TypeScript不要去处理代码的生成,获得更好的类型检查的性能。

### 项目配置

在项目目录下创建一个`reskript.config.ts`文件,简单地填空如下内容:
Expand All @@ -122,7 +121,7 @@ export default configure(
);
```

你可以通过[配置文件](../settings)来了解更多的配置信息。
你可以通过[配置文件](../settings/setting)来了解更多的配置信息。

## 编写入口代码

Expand Down

0 comments on commit 23cee34

Please sign in to comment.