Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Dec 1, 2024
1 parent 65d60b0 commit 7919cf7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"compilerOptions": {
"rootDir": ".",
"paths": {
"react-native-vector-icons": ["./src/index"]
"react-native-vector-icons": [
"./src/index"
]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"lib": ["ESNext"],
"lib": [
"ESNext"
],
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true,
Expand Down

0 comments on commit 7919cf7

Please sign in to comment.