Jishnu Koottala

Results 2 comments of Jishnu Koottala

i am using @rebass/forms in as one of the dependency, when i import any component from @rebass/forms, it throws : `Could not find a declaration file for module '@rebass/forms'.` Where...

After hours of chasing this issue, i got a solution that worked: in tsconfig.json add baseUrl in compilerOptions property ``` "baseUrl": ".", "paths": { "*": ["src/types/*"] } ``` create a...