Skip to content

Commit

Permalink
Update target
Browse files Browse the repository at this point in the history
  • Loading branch information
demchenkoalex committed Jul 15, 2021
1 parent b0fce33 commit 65e7d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyerhq/react-native-link-preview",
"version": "1.3.3",
"version": "1.3.4",
"description": "Fully customizable preview of the URL extracted from the provided text.",
"homepage": "https://github.com/flyerhq/react-native-link-preview#readme",
"main": "lib/index.js",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"esModuleInterop": true,
"jsx": "react-native",
"lib": ["ESNext"],
"module": "CommonJS",
"module": "ESNext",
"moduleResolution": "Node",
"noEmitOnError": true,
"outDir": "./lib",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2018"
},
"exclude": ["**/__tests__/*"],
"include": ["src"]
Expand Down

0 comments on commit 65e7d35

Please sign in to comment.