Skip to content

Commit

Permalink
configuring ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Mar 24, 2024
1 parent a8eb7ad commit 3ffc9b5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"jsx": "react",
"strict": true,
"paths": {
"@/*": ["./*"]
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"app/PushNotifications.tsx"
, "metro.config.ts" ]
"app/PushNotifications.tsx",
"metro.config.ts"
]
}

0 comments on commit 3ffc9b5

Please sign in to comment.