-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated blueprints #66
Conversation
},<% if (options.packages.addon.hasTypeScript) { %> | ||
'ember-cli-babel': { | ||
enableTypeScriptTransform: true, | ||
},<% } %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downstreamed from ember-cli/ember-cli#10283
@@ -19,9 +19,11 @@ function updateCompilerOptions( | |||
|
|||
if (packages.addon.hasGlint) { | |||
compilerOptions.set('allowImportingTsExtensions', true); | |||
compilerOptions.set('allowJs', true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downstreamed from embroider-build/addon-blueprint#162
function removeInclude(tsConfigJson: TsConfigJson) { | ||
delete tsConfigJson['include']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downstreamed from ember-cli/ember-cli#10283
['@embroider/addon-dev', '4.1.0'], | ||
['@embroider/addon-shim', '1.8.6'], | ||
['@embroider/test-setup', '3.0.1'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Downstreamed from embroider-build/addon-blueprint#177
What changed?
latestVersions
tsconfig.json
ember-cli-build.js
,tsconfig.json