Skip to content

Commit e02a39c

Browse files
committed
fix lib version in converter
1 parent 0d3cf50 commit e02a39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/utils/ts-to-js-converter/converter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const makeConfig = (
5353
jsx: 'react-native',
5454
allowJs: true,
5555
target: 'ES2020',
56-
lib: ['ES2020', 'dom'],
56+
lib: ['ES2023', 'dom'],
5757
types,
5858
noEmit: false,
5959
skipLibCheck: true,

0 commit comments

Comments
 (0)