Skip to content

Commit

Permalink
Allow the jsxImportSource compiler option (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 25, 2024
1 parent bbd1cfa commit 98f77bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-terms-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@definitelytyped/dtslint": patch
---

Allow the `jsxImportSource` compiler option.
1 change: 1 addition & 0 deletions packages/dtslint/src/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export function checkTsconfig(config: Tsconfig): string[] {
case "target":
case "jsx":
case "jsxFactory":
case "jsxImportSource":
case "experimentalDecorators":
case "noUnusedLocals":
case "noUnusedParameters":
Expand Down

0 comments on commit 98f77bf

Please sign in to comment.