Skip to content

Commit

Permalink
Fix @types/node and @types/react-native issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaKozlova committed Jan 11, 2023
1 parent 40180ea commit 40637f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-native-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@babel/core": "^7.16.0",
"@babel/preset-typescript": "^7.16.7",
"@svgr/core": "^5.5.0",
"@types/node": "^18.11.18",
"@types/react": "^17.0.2",
"@types/react-native": "^0.68.0",
"cpy-cli": "^4.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/react-native-icons/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"skipLibCheck": true,
"outDir": "lib",
"target": "ES6",
"module": "esnext",
Expand Down

0 comments on commit 40637f4

Please sign in to comment.