|
23 | 23 | "lint:js": "eslint . --cache", |
24 | 24 | "lint:hbs:fix": "ember-template-lint . --fix --no-error-on-unmatched-pattern", |
25 | 25 | "lint:js:fix": "eslint . --fix",<% if (typescript) { %> |
26 | | - "lint:types": "glint",<% } %> |
| 26 | + "lint:types": "ember-tsc --noEmit",<% } %> |
27 | 27 | "start": "vite dev", |
28 | 28 | "test": "vite build --mode=development --out-dir dist-tests && testem --file testem.cjs ci --port 0", |
29 | 29 | "prepack": "rollup --config" |
|
48 | 48 | "@embroider/vite": "^1.1.5", |
49 | 49 | "@eslint/js": "^9.17.0", |
50 | 50 | "@glimmer/component": "^2.0.0",<% if (typescript) { %> |
51 | | - "@glint/core": "^2.0.0-alpha.2", |
52 | | - "@glint/environment-ember-loose": "^2.0.0-alpha.2", |
53 | | - "@glint/environment-ember-template-imports": "^2.0.0-alpha.2", |
54 | | - "@glint/template": "^1.6.0-alpha.1", |
55 | | - "@glint/tsserver-plugin": "^2.0.0-alpha.2",<% } %> |
| 51 | + "@glint/ember-tsc": "^1.0.0", |
| 52 | + "@glint/template": "^1.6.0", |
| 53 | + "@glint/tsserver-plugin": "^2.0.0",<% } %> |
56 | 54 | "@rollup/plugin-babel": "^6.0.4",<% if (typescript) { %> |
57 | 55 | "@types/qunit": "^2.19.12",<% } %> |
58 | 56 | "babel-plugin-ember-template-compilation": "^2.2.5", |
|
0 commit comments