Skip to content

Commit

Permalink
Feat expo (#68)
Browse files Browse the repository at this point in the history
* feat: export from scrollview

* feat: attempt to fix error TS6059: not under rootDir issue
  • Loading branch information
ryuever authored Dec 1, 2024
1 parent 1b89ddd commit 3aa4379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-native/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsx": "react-jsx",
"rootDir": "../../",
"moduleResolution": "node",
"allowJs": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 3aa4379

Please sign in to comment.