Skip to content

Commit

Permalink
chore: Update tsconfig.config.json with "noEmit" option
Browse files Browse the repository at this point in the history
  • Loading branch information
howbizarre committed Jul 9, 2024
1 parent 3cca717 commit f2f3784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["vite.config.ts"],
"compilerOptions": {
"composite": true,
"types": ["node", "bootstrap", "vite/client"]
"types": ["node", "bootstrap", "vite/client"],
"noEmit": false
}
}

0 comments on commit f2f3784

Please sign in to comment.