Files
digital-pilates/tsconfig.json
richard 160ece99c4 Initial commit
Generated by create-expo-app 3.4.2.
2025-08-10 17:17:45 +08:00

18 lines
242 B
JSON

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