We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baa4a8 commit e436abaCopy full SHA for e436aba
index.js
@@ -207,11 +207,6 @@ module.exports = {
207
208
pkg.description = `Test app for ${this.locals(this.options).addonName} addon`;
209
210
- if (options.typescript) {
211
- delete pkg.devDependencies['@tsconfig/ember'];
212
- pkg.devDependencies['@ember/app-tsconfig'] = '^1.0.3';
213
- }
214
-
215
// we must explicitly add our own v2 addon here, the implicit magic of the legacy dummy app does not work
216
if (useWorkspaceProtocol) {
217
// https://pnpm.io/workspaces#workspace-protocol-workspace
0 commit comments