Files
lamp/tsconfig.json
Seven b478f48397 Initial commit
Generated by create-expo-app 3.5.3.
2026-03-09 04:53:43 +07:00

18 lines
242 B
JSON

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