forked from Ninjalama/streamyfin_mirror
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"],
|
|
"exclude": ["node_modules", "utils/jellyseerr/**/*.ts"]
|
|
}
|