Files
lively/tsconfig.json
Mathis Pruvot 961d29ebe8 chore: initialize Expo SDK 55 project with TypeScript
React Native + Expo Router setup with strict TypeScript,
path aliases, and dark-first configuration.
2026-05-28 11:48:49 +00:00

12 lines
183 B
JSON

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