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

Commit b96dc96

Browse files
authored
Update README.md
1 parent 4515e2f commit b96dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Next, configure TypeScript by creating a `tsconfig.json` file in the `TicTacToe_
6868
"outDir": "./dist/", // path to output directory
6969
"sourceMap": true, // allow sourcemap support
7070
"strictNullChecks": true, // enable strict null checks as a best practice
71-
"module": "es6", // specifiy module code generation
71+
"module": "es6", // specify module code generation
7272
"jsx": "react", // use typescript to transpile jsx to js
7373
"target": "es5", // specify ECMAScript target version
7474
"allowJs": true // allow a partial TypeScript and JavaScript codebase

0 commit comments

Comments
 (0)