Describe the feature
Based on best practices, we should not be creating .d.ts files for our types.
Work has already begun on moving them to types.ts files within proper folder structures.
- For types that are used in other files, export them through types.ts and expose types.ts through index.ts
- For types only used in a single file, move the type to the top of the file
Priority
Medium
List the benefits of adding such a feature
Is this feature request related to a problem?
Describe the feature
Based on best practices, we should not be creating .d.ts files for our types.
Work has already begun on moving them to types.ts files within proper folder structures.
Priority
Medium
List the benefits of adding such a feature
Is this feature request related to a problem?