Skip to content

Commit

Permalink
help-beta: Fix TypeScript module configuration.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Nov 27, 2024
1 parent ba48e01 commit 111afd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions help-beta/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"noUnusedParameters": true,
"strict": true,

/* Modules */
"module": "preserve",

/* Emit */
"noEmit": true,

Expand Down

0 comments on commit 111afd3

Please sign in to comment.