Skip to content

Commit 140bd94

Browse files
committed
fix: exclude expo55-example from tsconfig and fix lint error
1 parent 82768ec commit 140bd94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

expo55-example/metro.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const configWithAlias = {
8080
moduleName,
8181
platform
8282
);
83-
} catch (_) {
83+
} catch {
8484
// fallback to default resolution
8585
}
8686
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
"target": "ESNext",
2727
"verbatimModuleSyntax": true
2828
},
29-
"exclude": ["expo-example"]
29+
"exclude": ["expo-example", "expo55-example"]
3030
}

0 commit comments

Comments
 (0)