You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use this package in renovate and due to absence of types.ts file we will have to create a .d.ts file there to declare the module as per typescript rules when strictNullCheck is true.
Image:-
Did you already have any implementation ideas?
We can add types.ts file here and declare the types in that file.
I have not written a types.ts file in past but I am learning TS and am interested in implementing the solution.
The text was updated successfully, but these errors were encountered:
RahulGautamSingh
changed the title
Should we add a types.ts file to this package
Declare types for this package.
Dec 31, 2021
What would you like to be able to do?
We use this package in
![image](https://user-images.githubusercontent.com/76607510/147807700-2b113129-7734-4c3a-bbe0-f3787903cfb3.png)
renovate
and due to absence oftypes.ts
file we will have to create a.d.ts
file there to declare the module as per typescript rules when strictNullCheck istrue
.Image:-
Did you already have any implementation ideas?
We can add
types.ts
file here and declare the types in that file.I have not written a
types.ts
file in past but I am learning TS and am interested in implementing the solution.The text was updated successfully, but these errors were encountered: