Skip to content

Commit

Permalink
ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JClackett committed Mar 31, 2024
1 parent 29abc03 commit 5fe49e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"types": ["nativewind/types"],
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
},
"~/*": ["src/*"]
}
},
"include": ["expo-plugins", "src", "app.config.ts", "index.js", ".expo/types/**/*.ts", "expo-env.d.ts"],
"exclude": ["node_modules"],
"exclude": ["node_modules"]
}

0 comments on commit 5fe49e5

Please sign in to comment.