Files
tabatago/tsconfig.json
2026-02-21 00:04:29 +01:00

19 lines
273 B
JSON

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