Files
Dennis Hundertmark 08fbd0443e Initial commit
Generated by create-expo-stack 2.14.1
2025-03-12 16:00:34 +01:00

13 lines
175 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
}
}