Skip to content

Commit

Permalink
patch(cr): removed noemit tsconfig option
Browse files Browse the repository at this point in the history
This was useless for our compiler anyway and messes with declaration file emitting.
  • Loading branch information
Pkmmte committed Aug 22, 2023
1 parent 90de0b0 commit e76674b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/early-ears-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-robo': patch
---

patch: removed noemit tsconfig option
1 change: 0 additions & 1 deletion packages/create-robo/templates/ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
Expand Down

1 comment on commit e76674b

@vercel
Copy link

@vercel vercel bot commented on e76674b Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.