Skip to content

Commit

Permalink
speed up builds via skipLibCheck=true in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 26, 2023
1 parent cb22a85 commit 59b6e70
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 @@ -14,6 +14,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"allowJs": true,
"skipLibCheck": true,
"incremental": true
}
}

0 comments on commit 59b6e70

Please sign in to comment.