Skip to content

Commit

Permalink
tsukota: Fix tsconfig warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Jun 12, 2023
1 parent 54a7e7c commit db88bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsukota/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "expo/tsconfig.base",
"extends": "./node_modules/expo/tsconfig.base",
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"strict": true
Expand Down

0 comments on commit db88bfc

Please sign in to comment.