Skip to content

Commit 56c92e2

Browse files
authored
Change README tsconfig example to ESNext
1 parent be9890c commit 56c92e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you haven't worked with TypeScript tooling before, you'll need a `tsconfig.js
5151
```json
5252
{
5353
"compilerOptions": {
54-
"target": "ES6",
54+
"target": "ESNext",
5555
"allowJs": true,
5656
// "checkJs": true, // uncomment to get type errors in your JS files
5757
"moduleDetection": "force",

0 commit comments

Comments
 (0)