mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": ["dom", "esnext"],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./types"
|
|
]
|
|
}
|
|
}
|