Files
Greenlens/tsconfig.json
2026-03-29 10:26:38 -05:00

20 lines
284 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"greenlns-landing",
"server",
"landing"
]
}