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

fix: declare types in .ts files #168

Merged
merged 1 commit into from
Aug 27, 2021
Merged

Commits on Aug 27, 2021

  1. fix: declare types in .ts files

    `.d.ts` files are not type checked as they are usually machine generated.
    
    Switch to using `.ts` files instead so we get some compiler safety.
    
    Refs: ipfs/aegir#849
    achingbrain committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    1ca90f4 View commit details
    Browse the repository at this point in the history