mirror of
https://github.com/leinelissen/jellyfin-audio-player.git
synced 2026-09-02 21:03:11 +03:00
15 lines
218 B
JSON
15 lines
218 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": [
|
|
"*"
|
|
],
|
|
},
|
|
"types": [
|
|
"@types/node"
|
|
],
|
|
},
|
|
}
|