We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9890c commit 56c92e2Copy full SHA for 56c92e2
1 file changed
README.md
@@ -51,7 +51,7 @@ If you haven't worked with TypeScript tooling before, you'll need a `tsconfig.js
51
```json
52
{
53
"compilerOptions": {
54
- "target": "ES6",
+ "target": "ESNext",
55
"allowJs": true,
56
// "checkJs": true, // uncomment to get type errors in your JS files
57
"moduleDetection": "force",
0 commit comments