Skip to content

Commit

Permalink
tsconfig: exclude dist to avoid not needed auto-import suggestioins
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Sep 4, 2024
1 parent 4995616 commit 5dc62b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"jsx": "react-jsx"
},
"include": ["**/*.ts", "**/*.tsx", "**/*.mts"],
"exclude": ["test/types-non-strict"]
"exclude": ["dist", "test/types-non-strict"]
}

0 comments on commit 5dc62b6

Please sign in to comment.