Skip to content

Commit

Permalink
added ember-template-imports to glint environment in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
didoo committed Sep 12, 2024
1 parent a13d0e4 commit ade2be5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion showcase/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"types/**/*"
],
"glint": {
"environment": "ember-loose"
"environment": [
"ember-loose",
"ember-template-imports"
]
},
}

0 comments on commit ade2be5

Please sign in to comment.