Files
frontend/tsconfig.json

14 lines
248 B
JSON
Raw Permalink Normal View History

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": ["./src/*"]
},
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler",
"resolveJsonModule": true
}
}