Skip to content

Commit

Permalink
feat(tsconfig): enable verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Mar 20, 2024
1 parent 7fdd990 commit d6bbcaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/lucky-cougars-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bfra.me/tsconfig": minor
---

Enable `verbatimModuleSyntax`; remove `exclude` item.
6 changes: 3 additions & 3 deletions packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"preserveConstEnums": true,
"resolveJsonModule": true,
"sourceMap": true,
"target": "ESNext"
},
"exclude": ["node_modules"]
"target": "ESNext",
"verbatimModuleSyntax": true
}
}

0 comments on commit d6bbcaf

Please sign in to comment.