Files
jellyfin-audio-player/tsconfig.json

15 lines
209 B
JSON
Raw Normal View History

2020-06-16 17:51:51 +02:00
{
2023-06-19 22:26:41 +02:00
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"baseUrl": "./src",
"paths": {
"@/*": [
"*"
],
},
"types": [
"@types/node"
],
},
2020-06-16 17:51:51 +02:00
}