typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
108 stars 50 forks source link

--project doesn't work when specifying a file #722

Open vstefanovic97 opened 1 month ago

vstefanovic97 commented 1 month ago

Steps to reproduce:

  1. Have 2 tsconfig.json in your project in same directory
    tsconfig.json
    tsconfig.custom.json
  2. Try to do glint --project=tsconfig.custom.json

It still uses tsconfig.json and ignores the custom one