Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Update README.md #10

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you are using an older version of React/ReacDOM that are incompatible with th

Next, configure TypeScript by creating a `tsconfig.json` file in the `TicTacToe_JS` folder, and add,

```json
```js
{
"compilerOptions": {
"outDir": "./dist/", // path to output directory
Expand Down