Created a new addon and i was running into this issues:
pnpm build brings this issue


- glint should be updated to latest
"@glint/core": "^2.0.0-alpha.7" & "@glint/template": "^1.6.0-alpha.2",
- drop
@glint/environment-ember-loose & @glint/environment-ember-template-imports
- remove
glint from tsconfig.json / tsconfig.publish.json
"lint:types": "glint", in package.json should be replaced with "lint:types": "glint --noEmit", (https://github.com/typed-ember/glint/blob/main/GLINT_V2.md)
Created a new addon and i was running into this issues:
pnpm buildbrings this issue"@glint/core": "^2.0.0-alpha.7"&"@glint/template": "^1.6.0-alpha.2",@glint/environment-ember-loose&@glint/environment-ember-template-importsglintfromtsconfig.json/tsconfig.publish.json"lint:types": "glint",in package.json should be replaced with"lint:types": "glint --noEmit",(https://github.com/typed-ember/glint/blob/main/GLINT_V2.md)