Skip to content

Commit daaa588

Browse files
Merge pull request #11 from ember-cli/nvp/switch-tsconfigs
Switch to our own tsconfig
2 parents f1fe77e + 78923b6 commit daaa588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@glint/environment-ember-loose": "^1.4.0",
5050
"@glint/environment-ember-template-imports": "^1.4.0",
5151
"@glint/template": "^1.4.0",
52-
"@tsconfig/ember": "^3.0.8",<% } %>
52+
"@ember/library-tsconfig": "^1.0.0",<% } %>
5353
"@rollup/plugin-babel": "^6.0.4",
5454
"babel-plugin-ember-template-compilation": "^2.2.5",
5555
"concurrently": "^9.0.1",

files/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/ember/tsconfig.json",
2+
"extends": "@ember/library-tsconfig",
33
"include": ["src/**/*", "unpublished-development-types/**/*"],
44
"glint": {
55
"environment": ["ember-loose", "ember-template-imports"]

0 commit comments

Comments
 (0)