imports got screwed up
Closed this issue · 1 comments
cyberhck commented
ts-react-boilerplate/tsconfig.json
Lines 3 to 9 in 51d82dc
Not sure why they are there, and it did use to work, now when I import, it's trying to use absolute path from app directory, and tslint rule obviously complains saying that package isn't listed in package.json, I kinda prefer the relative import (webstorm used to import relative by default before), I remove these lines on my setup and everything works like a charm, let me know if you're okay with removing it so I can send a PR.
paibamboo commented
Yes, those are supposed to be removed. It used to work but does not work now because PHPStorm gets smarter. Please send a pr :)