Skip to content

Commit

Permalink
⚙️ Chore: Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 30, 2022
1 parent 5b56e60 commit afc3ede
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./",
"baseUrl": ".",
"paths": {
"react-native-ios-modal": ["./src/index"]
},
Expand Down Expand Up @@ -41,5 +41,8 @@

// temporary until migration is finished
"allowJs": true,
}

// need while "allowJs" option is set to true
"outDir": "./lib/typescript",
},
}

0 comments on commit afc3ede

Please sign in to comment.