Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce correct use for TS #3

Open
rihards-simanovics opened this issue Feb 25, 2024 · 0 comments
Open

Introduce correct use for TS #3

rihards-simanovics opened this issue Feb 25, 2024 · 0 comments
Assignees

Comments

@rihards-simanovics
Copy link
Owner

current dev environment does not fully benefit from TS types of definitions as Typescript is not installed in the dependencies.

  • Currently typescript is technically used however the file extensions don't reflect that as files are still marked as JS and not TS.
  • Additionally, files that contain JSX code should be marked as such with an extension of JSX or TSX.
  • Type definition is inconsistent with types residing in the file, outside of the file and globally.
  • build time type checking is not possible due to aforementioned lack of ts library in the project deps.
@rihards-simanovics rihards-simanovics self-assigned this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant