jellyfin-expo/tsconfig.json
2022-03-23 13:54:47 -04:00

10 lines
134 B
JSON

{
"compilerOptions": {
"typeRoots": [
"./types"
],
"noImplicitAny": true
},
"extends": "expo/tsconfig.base"
}