learning_ai_invt_trdg/mobile/tsconfig.json

19 lines
301 B
JSON

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