Abhijith Vijayan
Abhijith Vijayan
Setting the `"typeRoots"` property doesn't work. But setting `"path"` does.(See https://github.com/microsoft/TypeScript/issues/22217#issuecomment-369783776) - Add `dts-gen` globally ``` yarn global add dts-gen ``` - Create `@types` folder - Generate types ``` dts-gen...
I have the same error when tried to make a wizard form
@NMFR Removing Sourcemaps in Production is pretty much a good feature. ``` cssProcessorOptions: { map: false }, ``` This works somehow.
@trgwii I use bit.ly app all the time. Click the long url and it says bit.ly and it will automatically shorten and copy to clipboard in the background. 
@poeti8 I can work on the app.
@poeti8 But what about authentication? I was thinking of forwarding them to the kutt endpoint via the browser and making them copy the generated api key and paste it in...
@poeti8 They use authentication 
@poeti8 After authentication, as from bit.ly, anyone can copy the long url and click on the bit.ly icon next to cut copy and it will auto shorten and copy the...
also opening the app provides option to shorten new urls. All the shortened urls created with that account will list on the app.
@poeti8 The authentication and also the listing requires returning all the created urls back to the app via some api call. I dont know if users will use the api...