Skip to content

Commit

Permalink
Merge pull request #700 from gluestack/patch
Browse files Browse the repository at this point in the history
Patch
  • Loading branch information
makkarMeenu authored Jun 26, 2023
2 parents dcc3484 + 114c9c2 commit 7594337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/menu/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"include": ["src"],
"exclude": ["node_modules", "example"],
"compilerOptions": {
"paths": {
"@gluestack-ui/utils": ["../utils/src"],
"@gluestack-ui/hooks": ["../hooks/src"],
"@gluestack-ui/overlay": ["../overlay/src"]
},
"emitDeclarationOnly": true,
"noEmit": false,
"baseUrl": "",
Expand Down
2 changes: 0 additions & 2 deletions packages/modal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"@gluestack-ui/utils": ["../utils/src"],
"@gluestack-ui/transitions": ["../transitions/src"],
"@gluestack-ui/hooks": ["../hooks/src"],
"@univera11y/modal": ["../modal/src"],
"@univera11y/icon": ["../icon/src"],
"@gluestack-ui/overlay": ["../overlay/src"]
},
"emitDeclarationOnly": true,
Expand Down

0 comments on commit 7594337

Please sign in to comment.