jellyfin-expo/tsconfig.json

10 lines
134 B
JSON
Raw Normal View History

{
2021-10-07 14:21:50 +00:00
"compilerOptions": {
"typeRoots": [
"./types"
2022-03-23 17:54:47 +00:00
],
"noImplicitAny": true
2021-10-07 14:21:50 +00:00
},
"extends": "expo/tsconfig.base"
}