Skip to content

Commit

Permalink
docs: explain tsconfig inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed Jan 18, 2025
1 parent c646a2c commit a08f1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
// ts-node seems to be unable to deal with extends, which is why we're inlining @tsconfig/strictest and
// @tsconfig/node18
"compilerOptions": {
"strict": true,
"allowUnusedLabels": false,
Expand Down

0 comments on commit a08f1fe

Please sign in to comment.