mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 14:09:41 +00:00
10 lines
134 B
JSON
10 lines
134 B
JSON
{
|
|
"compilerOptions": {
|
|
"typeRoots": [
|
|
"./types"
|
|
],
|
|
"noImplicitAny": true
|
|
},
|
|
"extends": "expo/tsconfig.base"
|
|
}
|