Files
lst_v3/lstMobile/tsconfig.json
Blake Matthes 3734d9daac
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 2m7s
feat(lstmobile): intial scanner setup kinda working
2026-04-17 16:47:09 -05:00

21 lines
298 B
JSON

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