From 8b760fe96807fe044bd5e556fe98ee0eccd3008e Mon Sep 17 00:00:00 2001 From: sloph Date: Mon, 29 Oct 2018 10:43:55 -0600 Subject: [PATCH] use json5 to avoid comment error highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 457dd04b..5fc9c18e 100644 --- a/README.md +++ b/README.md @@ -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 +```json5 { "compilerOptions": { "outDir": "./dist/", // path to output directory