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 82bd8b5 + 0437859 commit 65b1d9aCopy full SHA for 65b1d9a
files/_ts_eslint.config.mjs
@@ -34,6 +34,7 @@ const parserOptions = {
34
},
35
ts: {
36
projectService: true,
37
+ project: true,
38
tsconfigRootDir: import.meta.dirname,
39
40
files/package.json
@@ -96,7 +96,7 @@
96
"vite": "^7.1.9"
97
98
"engines": {
99
- "node": ">= 18"
+ "node": ">= 20"
100
101
"ember": {
102
"edition": "octane"
0 commit comments