Files
selfstarter/tsconfig.json
Joshua Higgins 874d7d6b86 Init Expo
2025-04-16 19:28:56 -04:00

18 lines
242 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}