diff --git a/bases/ember.json b/bases/ember.json index 1b14db2..ed52f6c 100644 --- a/bases/ember.json +++ b/bases/ember.json @@ -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