fix spelling in tsconfig.js of readme.md (#8138)

This commit is contained in:
Youkyoung.Park 2019-07-28 00:50:14 +09:00 committed by Tim Neutkens
parent 2b1a5c3eb4
commit c4704fbd9e

View file

@ -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. */
}
}