We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ES2020
1 parent 8191913 commit 5991dddCopy full SHA for 5991ddd
tsconfig.json
@@ -10,7 +10,7 @@
10
"noErrorTruncation": true,
11
"noUncheckedIndexedAccess": true,
12
"strict": true,
13
- "target": "es2017"
+ "target": "ES2020"
14
},
15
"exclude": ["./dist/**/*"]
16
}
0 commit comments