expo template

This commit is contained in:
2026-06-02 12:01:39 +02:00
parent 7923514c5c
commit cc596e632f
40 changed files with 407 additions and 17 deletions

View File

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