Skip to content

Commit

Permalink
Turn tsc checking on (but don't enforce it)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Dec 21, 2024
1 parent e158610 commit acdc9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"noEmit": false,
"checkJs": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"noImplicitAny": false,
Expand Down

0 comments on commit acdc9fe

Please sign in to comment.