Skip to content

Commit 54b6c19

Browse files
committed
Don't check js in our tsconfig
1 parent acdc9fe commit 54b6c19

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
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"allowJs": true,
4-
"checkJs": true,
4+
"checkJs": false,
55
"noEmit": true,
66
"allowSyntheticDefaultImports": true,
77
"skipLibCheck": true,

0 commit comments

Comments
 (0)