Skip to content

Commit

Permalink
stop typechecking transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed May 17, 2022
1 parent 774065f commit 33c6304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"allowSyntheticDefaultImports": true,
"declaration": false,
"declarationMap": false,
"skipLibCheck": true,
"types": ["node"],
}
}

0 comments on commit 33c6304

Please sign in to comment.