Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobylai-toby committed Aug 29, 2024
1 parent 838539e commit 081ed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/arenaless/js-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_position: 5
### 第一步 修改两个tsconfig.json
项目目录下有两个tsconfig,一个位于`server/tsconfig.json`,另一个位于`client/tsconfig.json`
你需要在这**两个文件**`"compilerOptions"`下面增加`"allowJS": true`
```jsonc
```json
{
"compilerOptions": {
"allowJs": true,
Expand Down

0 comments on commit 081ed1f

Please sign in to comment.