Skip to content

Commit 40637f4

Browse files
Fix @types/node and @types/react-native issue
1 parent 40180ea commit 40637f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/react-native-icons/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@babel/core": "^7.16.0",
2929
"@babel/preset-typescript": "^7.16.7",
3030
"@svgr/core": "^5.5.0",
31-
"@types/node": "^18.11.18",
3231
"@types/react": "^17.0.2",
3332
"@types/react-native": "^0.68.0",
3433
"cpy-cli": "^4.1.0",

packages/react-native-icons/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"skipLibCheck": true,
43
"outDir": "lib",
54
"target": "ES6",
65
"module": "esnext",

0 commit comments

Comments
 (0)