mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"Common/*": ["../Common/build/dist/*"]
|
|
},
|
|
"types": ["nativewind/types"]
|
|
}
|
|
}
|