mirror of
https://github.com/khairul169/home-lab.git
synced 2025-04-28 16:49:36 +07:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@ui/*": ["./src/components/ui/*"],
|
|
"@/*": ["./src/*"],
|
|
}
|
|
},
|
|
"extends": "expo/tsconfig.base"
|
|
}
|