mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 03:58:36 +01:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"paths": {
|
|
"expo-hls-downloader": ["../src/index"],
|
|
"expo-hls-downloader/*": ["../src/*"]
|
|
}
|
|
}
|
|
}
|