mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-22 08:44:41 +01:00
fix(typescript): resolve 44 TypeScript errors in core components (#1004)
This commit is contained in:
@@ -8,5 +8,27 @@
|
||||
"@/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
|
||||
"include": [
|
||||
"app/**/*",
|
||||
"assets/**/*",
|
||||
"components/**/*",
|
||||
"constants/**/*",
|
||||
"hooks/**/*",
|
||||
"modules/**/*",
|
||||
"packages/**/*",
|
||||
"plugins/**/*",
|
||||
"providers/**/*",
|
||||
"scripts/**/*",
|
||||
"translations/**/*",
|
||||
"*.ts",
|
||||
"*.tsx",
|
||||
".expo/types/**/*.ts",
|
||||
"expo-env.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"babel.config.js",
|
||||
"metro.config.js",
|
||||
"utils/jellyseerr/**/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user