Skip to content

Commit

Permalink
fix spelling in tsconfig.js of readme.md (#8138)
Browse files Browse the repository at this point in the history
  • Loading branch information
partykyoung authored and timneutkens committed Jul 27, 2019
1 parent 2b1a5c3 commit c4704fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ TypeScript is supported out of the box in Next.js. To get started using it creat
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
"noUnusedLocals": true, /* Report errors on unused locals. */
"noUnusedParameters": true, /* Report errors on unused parameters. */
"strict": true /* Enable all strict type-checking options. */,
"strict": true, /* Enable all strict type-checking options. */
"target": "esnext" /* The type checking input. */
}
}
Expand Down

0 comments on commit c4704fb

Please sign in to comment.