Files
jellyfin-audio-player/tsconfig.json

15 lines
218 B
JSON
Raw Normal View History

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