mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
13 lines
168 B
JSON
13 lines
168 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"~/*": [
|
|
"*"
|
|
]
|
|
},
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|