Skip to content

Commit

Permalink
Just to be sure, also enable noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 8, 2024
1 parent 20d1b09 commit fc014d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true
"allowJs": true,
"noEmit": true
},
"include": [
".",
Expand Down

0 comments on commit fc014d3

Please sign in to comment.