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

TypeScript support #14166

Open
5 of 6 tasks
ShGKme opened this issue Jan 21, 2025 · 0 comments
Open
5 of 6 tasks

TypeScript support #14166

ShGKme opened this issue Jan 21, 2025 · 0 comments

Comments

@ShGKme
Copy link
Contributor

ShGKme commented Jan 21, 2025

  1. Include .vue files into the tsconfig
    • Otherwise all the vue components are ignored
  2. Use vue-tsc instead of tsc
    • tsc doesn't support .vue files
  3. Add missing definitions for globals, non standard modules, and JS libs (like @nextcloud/vue)
  4. Fix all TypeScript
  5. Add typecheck to the CI
  6. Type constants.js (as const)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants