Skip to content

Commit 257e75f

Browse files
committed
fix: typecheck
1 parent 04392d9 commit 257e75f

File tree

3 files changed

+58
-57
lines changed

3 files changed

+58
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"react-test-renderer": "17.0.2",
5454
"rimraf": "^3.0.2",
5555
"semantic-release": "^23.0.6",
56-
"typescript": "^4"
56+
"typescript": "^5.9.2"
5757
},
5858
"resolutions": {
5959
"@react-native-community/cli": "4.10.0"

pnpm-lock.yaml

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
/* Strict Type-Checking Options */
88
"strict": true /* Enable all strict type-checking options. */,
99
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
10-
"skipLibCheck": true
10+
"skipLibCheck": true,
11+
"types": []
1112

1213

1314
}

0 commit comments

Comments
 (0)