Skip to content

Commit 84d91c1

Browse files
author
Mike Valeriano
committed
chore: allowJs to false in tsconfig
1 parent 3854b4b commit 84d91c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// hella strict
1212
// https://whatislove.dev/articles/the-strictest-typescript-config/
13-
"allowJs": true,
13+
"allowJs": false,
1414
"exactOptionalPropertyTypes": true,
1515
// "noPropertyAccessFromIndexSignature": true,
1616
"noUncheckedIndexedAccess": true,

0 commit comments

Comments
 (0)