Skip to content

Commit 3e1774a

Browse files
Fix a comment typo (#633)
1 parent 93fb633 commit 3e1774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// specifically for "a library author" who wants to ensure their code works "under all
2323
// possible library consumer compilation settings" - i.e. a person who is essentially 100%
2424
// guaranteed to be running both an ESM and CJS build. So how can the recommendation to
25-
// turn this setting on possible be even remotely sane? Beats me. ¯\_(ツ)_/¯
25+
// turn this setting on possibly be even remotely sane? Beats me. ¯\_(ツ)_/¯
2626
// I've done the best I can by using the @typescript-eslint/consistent-type-imports and
2727
// @typescript-eslint/consistent-type-exports ESLint rules to enforce SOME of what this
2828
// setting would have enforced, though I dunno if I'm enforcing the bits that motivated the

0 commit comments

Comments
 (0)