Skip to content

Commit a71e8e4

Browse files
authored
Adjust TS compilation target (#9120)
1 parent 6a58365 commit a71e8e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tsconfig.webpack.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"compilerOptions": {
3+
"esModuleInterop": true,
4+
"importHelpers": true,
35
"jsx": "react-jsx",
4-
"module": "es2020",
5-
"skipLibCheck": true
6+
"module": "esnext",
7+
"skipLibCheck": true,
8+
"target": "esnext"
69
}
710
}

0 commit comments

Comments
 (0)