Files
frontend/tsconfig.json

12 lines
176 B
JSON
Raw Permalink Normal View History

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"skipLibCheck": true
}
}