Files
hipmi-mobile/tsconfig.json
2025-11-10 10:59:48 +08:00

17 lines
316 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsx": "react-jsx",
"strict": true,
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
"app/(application)/admin/app-information/business-field/[id]",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}