We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8ab15 commit 4a68f5fCopy full SHA for 4a68f5f
tsconfig.json
@@ -1,6 +1,6 @@
1
{
2
"compilerOptions": {
3
- "target": "ES6",
+ "target": "ES2020",
4
5
// previously "CommonJS", we now use "ES2015" to transpile TypeScript to "export default"
6
// instead of "exports.default ="
0 commit comments