sdk
sdk copied to clipboard
[Feature] Add a typescript template for create-aleo-app
🚀 Feature
I would like to propose a change to the possible templates to allow for a typescript
or react-typescript
template.
This would bootstrap a project:
- using TypeScript in the main app files
- having TypeScript as a dependency with any needed types and run scripts
Motivation
The current implementation does not take full advantage of typed data to easily match the SDK interface. Building this could also positively impact features like Intelisense.
Implementation
A new template option in the create-aleo-app
command.
Few components will be affected, but this template will need maintained like any other.
Are you willing to open a pull request? (See CONTRIBUTING)
Yes. Opening issue to describe goal before working on it.