Skip to content

Commit

Permalink
enable tsconfig declaration and disable isolatedModules because S…
Browse files Browse the repository at this point in the history
…velteKit does it
  • Loading branch information
ryanatkn committed Jul 6, 2024
1 parent 9b84718 commit 2a936af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-pants-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/gro": patch
---

enable tsconfig `declaration` and disable `isolatedModules` because SvelteKit does it
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"isolatedModules": true,
"importHelpers": true,
"skipLibCheck": true,
"allowJs": true,
Expand Down

0 comments on commit 2a936af

Please sign in to comment.