Skip to content

Commit 1fd3d3c

Browse files
committed
ts-uploader-react: change target and module config to match "parent"
ts-uploader targets ESNEXT so it makes sense that this dependee package does likewise. This should solve the issue where the package doesn't build on CI pipeline.
1 parent 33a06ba commit 1fd3d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ts-uploader-react/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
4-
"module": "ES2020",
3+
"target": "ESNext",
4+
"module": "ESNext",
55
"skipLibCheck": true,
66
"moduleResolution": "node",
77
"removeComments": true,

0 commit comments

Comments
 (0)