We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48465c commit 8f569b1Copy full SHA for 8f569b1
tsconfig.json
@@ -1,5 +1,7 @@
1
{
2
"compilerOptions": {
3
+ // Only support modern browsers.
4
+ "target": "es2020",
5
// Webpack will convert ES modules to the required format.
6
"module": "esnext",
7
"esModuleInterop": true,
0 commit comments