Files
hotdog-app/tsconfig.json
T
2026-06-29 01:59:27 -04:00

8 lines
111 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"skipLibCheck": true
}
}