mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
18 lines
253 B
JSON
18 lines
253 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"noEmit": true,
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"jsx": "react-native"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/client"
|
|
}
|
|
]
|
|
}
|