Skip to content

Commit

Permalink
add random tsconfig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Oct 20, 2024
1 parent 849ac8e commit 0bee2e8
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,

"baseUrl": ".",
"paths": {
"~/*": ["./*"]
"~/*": [
"./*"
]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"nativewind-env.d.ts"
]
}

0 comments on commit 0bee2e8

Please sign in to comment.