Skip to content

Commit

Permalink
set verbatimModuleSyntax: true
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 23, 2023
1 parent 8c9ae60 commit aacda43
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 aacda43

Please sign in to comment.