clerk / javascript

Official Javascript repository for Clerk authentication
https://clerk.com
MIT License
1.09k stars 241 forks source link

chore(repo): Remove redundant tsconfig options #3581

Closed dstaley closed 3 months ago

dstaley commented 3 months ago

Description

In tsconfig.json we specify "strict": true, which enables a set of strict type checking rules. Those rules include noImplicitAny and noImplicitThis, meaning we don't need to manually enable those. This PR removes those rules.

Checklist

Type of change

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: d5121b6b83583a266de7e60bc40b14eebd078d6d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR