react_native/donutshop/tsconfig.json
2024-07-22 22:03:28 -05:00

17 lines
289 B
JSON

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