We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1fe77e + 78923b6 commit daaa588Copy full SHA for daaa588
files/package.json
@@ -49,7 +49,7 @@
49
"@glint/environment-ember-loose": "^1.4.0",
50
"@glint/environment-ember-template-imports": "^1.4.0",
51
"@glint/template": "^1.4.0",
52
- "@tsconfig/ember": "^3.0.8",<% } %>
+ "@ember/library-tsconfig": "^1.0.0",<% } %>
53
"@rollup/plugin-babel": "^6.0.4",
54
"babel-plugin-ember-template-compilation": "^2.2.5",
55
"concurrently": "^9.0.1",
files/tsconfig.json
@@ -1,5 +1,5 @@
1
{
2
- "extends": "@tsconfig/ember/tsconfig.json",
+ "extends": "@ember/library-tsconfig",
3
"include": ["src/**/*", "unpublished-development-types/**/*"],
4
"glint": {
5
"environment": ["ember-loose", "ember-template-imports"]
0 commit comments