lint and typecheck fixes
This commit is contained in:
@@ -12,6 +12,21 @@
|
||||
*/
|
||||
"expo-file-system/legacy": [
|
||||
"./node_modules/expo-file-system/build/legacy/index.d.ts"
|
||||
],
|
||||
/*
|
||||
* Mirrors the root tsconfig mapping (paths does not merge across
|
||||
* extends): expo-file-system 57's `exports` map blocks the deep type
|
||||
* imports in src/platform/misc.web-check.d.ts.
|
||||
*/
|
||||
"expo-file-system/build/*": ["./node_modules/expo-file-system/build/*"],
|
||||
/*
|
||||
* The react-native exports condition resolves to the package's raw
|
||||
* TypeScript source, whose findNodeHandle usage breaks under the web
|
||||
* pass. Point it at the compiled declarations, where skipLibCheck
|
||||
* applies.
|
||||
*/
|
||||
"react-native-view-shot": [
|
||||
"./node_modules/react-native-view-shot/lib/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user