Files
Dennis Hundertmark 0e7f7e1dfd Initial commit
Generated by create-expo-app 3.2.0.
2025-03-05 00:48:33 +01:00

11 lines
206 B
JSON

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