jellyfin-expo/tsconfig.json
2020-12-30 16:39:57 -05:00

14 lines
291 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"typeRoots": [
"./types"
]
}
}