Skip to content

Commit

Permalink
Merge pull request #230 from NullVoxPopuli/patch-1
Browse files Browse the repository at this point in the history
Ember: set verbatimModuleSyntax: true
  • Loading branch information
chriskrycho authored Oct 26, 2023
2 parents 8c9ae60 + aacda43 commit b9e1a07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bases/ember.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"module": "esnext",
"moduleResolution": "bundler",

// We don't want to include types dependencies in our compiled output, so tell TypeScript
// to enforce using `import type` instead of `import` for Types.
"verbatimModuleSyntax": true,

// Trying to check Ember apps and addons with `allowJs: true` is a recipe
// for many unresolveable type errors, because with *considerable* extra
// configuration it ends up including many files which are *not* valid and
Expand Down

0 comments on commit b9e1a07

Please sign in to comment.