Skip to content

Commit

Permalink
Remove @types/ember-qunit because ember-qunit provides its own ty…
Browse files Browse the repository at this point in the history
…pes now.


Without this change, new projects using ember-cli-typescript have errors running `tsc`.
See also, other work-arounds: embroider-build/addon-blueprint#123
  • Loading branch information
NullVoxPopuli authored May 21, 2023
1 parent 7a2422e commit 0939fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/blueprints/ember-cli-typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ module.exports = {
}

if (this._has('ember-cli-qunit') || this._has('ember-qunit')) {
packages.push('@types/ember-qunit');
packages.push('@types/qunit');
}

Expand Down

0 comments on commit 0939fe5

Please sign in to comment.