lint and typecheck fixes

This commit is contained in:
Oleksii Bulenok
2026-07-30 18:05:34 +02:00
parent 3a08e1a488
commit 5d95a91437
16 changed files with 113 additions and 39 deletions
+6
View File
@@ -9,6 +9,12 @@
"paths": {
"#/*": ["./src/*"],
"crypto": ["./src/platform/crypto.ts"],
/*
* expo-file-system 57 ships an `exports` map without `./build/*`, which
* blocks the deep type imports in src/platform/misc.web-check.d.ts
* under `moduleResolution: "bundler"`. Type-check-only escape hatch.
*/
"expo-file-system/build/*": ["./node_modules/expo-file-system/build/*"],
},
"plugins": [
{