The Wayback Machine - https://web.archive.org/web/20210823010206/https://github.com/joincivil/Civil/issues/292
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

Updates Typescript to >=2.9 #292

Open
7 tasks
ritave opened this issue Jul 24, 2018 · 1 comment
Open
7 tasks

Updates Typescript to >=2.9 #292

ritave opened this issue Jul 24, 2018 · 1 comment

Comments

@ritave
Copy link
Task lists! Give feedback
Contributor

@ritave ritave commented Jul 24, 2018

Typescript 2.9 and later changes on how the JSON files are imported. Due to lack of time we've decided to freeze the version to <2.9.0 but in the future we'd be happy to updated it to the newest version.

Work needed to be done:

  • Update all package.json
  • Add support for esModuleInterop
  • Update all packages to use esModuleInterop
  • Add support for resolveJsonModule
  • Update all imports to use esModuleInterop
  • Add support for declarationMap
  • Fix all dependencies
@ritave
Copy link
Contributor Author

@ritave ritave commented Jul 24, 2018

Some initial work was done in the ritave/fix-ts branch. It's a good starting point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment