Files
App/tsconfig.json
Violet Caulfield 6dca3bac17 roll this back if it breaks everything lol
adding gluestack ui for some nice tailwind components
2024-10-14 05:55:45 -05:00

10 lines
150 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"@/*": [
"./*"
]
}
}
}