Skip to content

Commit e436aba

Browse files
committed
Go back to trying to not change hte app
1 parent 3baa4a8 commit e436aba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ module.exports = {
207207

208208
pkg.description = `Test app for ${this.locals(this.options).addonName} addon`;
209209

210-
if (options.typescript) {
211-
delete pkg.devDependencies['@tsconfig/ember'];
212-
pkg.devDependencies['@ember/app-tsconfig'] = '^1.0.3';
213-
}
214-
215210
// we must explicitly add our own v2 addon here, the implicit magic of the legacy dummy app does not work
216211
if (useWorkspaceProtocol) {
217212
// https://pnpm.io/workspaces#workspace-protocol-workspace

0 commit comments

Comments
 (0)