Skip to content

Commit

Permalink
fix(worker): noEmit: true for base tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tzushimelon committed Feb 9, 2024
1 parent 91824c2 commit 1b90538
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 @@ -3,6 +3,7 @@
"types": ["bun-types"],
"target": "es2016",
"module": "commonjs",
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
Expand Down

0 comments on commit 1b90538

Please sign in to comment.