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

Convert all code to Typescript #106

Open
srtfisher opened this issue Mar 28, 2023 · 0 comments
Open

Convert all code to Typescript #106

srtfisher opened this issue Mar 28, 2023 · 0 comments
Labels
enhancement New feature or request typescript Requires understanding TypeScript

Comments

@srtfisher
Copy link
Member

srtfisher commented Mar 28, 2023

User Story

As a developer, I want all code on Alley Scripts to be written in TypeScript with types exported so that I can use it in my TypeScript project.

Acceptance Criteria

  • Update all JavaScript code to TypeScript
  • Remove support for JavaScript where necessary (e.g., ESLint configs, Webpack, etc) and assume that all code will be .ts or .tsx moving forward
  • Update README to indicate that the project is 100% TypeScript
  • Explore use of ts-jest and ts-node to ensure all files can be TypeScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request typescript Requires understanding TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants