Skip to content

Commit

Permalink
enable tsconfig declarationMap and isolatedModules
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jul 6, 2024
1 parent 03f2b53 commit a24fea2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-geese-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ryanatkn/gro": patch
---

enable tsconfig `declarationMap` and `isolatedModules`
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"sourceMap": true,
"declarationMap": true,
"isolatedModules": true,
"importHelpers": true,
"skipLibCheck": true,
"allowJs": true,
Expand Down

0 comments on commit a24fea2

Please sign in to comment.