Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\" --ignore-pattern \"docs/api-reference/*\" --ignore-path .gitignore",
"prepare": "bob build && husky",
"prepare": "bob build && rm -rf lib/*/package.json && husky",
"release": "./scripts/publish",
"example": "yarn --cwd example",
"pods": "cd example && npx pod-install --quiet",
Expand Down Expand Up @@ -59,7 +59,7 @@
"prettier": "^3.5.2",
"react": "^19.0.0",
"react-native": "^0.78.0",
"react-native-builder-bob": "^0.37.0",
"react-native-builder-bob": "^0.40.13",
"ts-node": "^10.9.2",
"typedoc": "^0.27.9",
"typescript": "^5.7.3"
Expand Down Expand Up @@ -130,12 +130,7 @@
"configFile": true
}
],
[
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The config validation is stricter now and the configFile option doesn't exist for typescript.

"typescript",
{
"configFile": true
}
]
"typescript"
]
},
"resolutions": {
Expand Down
Loading
Loading