mirror of
https://github.com/leinelissen/jellyfin-audio-player.git
synced 2026-09-03 05:10:01 +03:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"compilerOptions": {
|
|
"types": [],
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": [
|
|
"*"
|
|
],
|
|
},
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules", "**/Pods"]
|
|
}
|