Skip to content

fix TS1479 in typedoc #883

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

Closed
long76 opened this issue Apr 7, 2023 · 1 comment
Closed

fix TS1479 in typedoc #883

long76 opened this issue Apr 7, 2023 · 1 comment

Comments

@long76
Copy link
Contributor

long76 commented Apr 7, 2023

PR #882

@long76 long76 closed this as completed Apr 9, 2023
@long76
Copy link
Contributor Author

long76 commented Apr 9, 2023

for webpack users:

  • Add .mjs to the extensions array in your webpack.config.js. This ensures that the relevant files can be located at build time.
  • Add { test: /\.mjs$/, include: /node_modules/, type: 'javascript/auto' } to your rules array in webpack.config.js. This causes Webpack to recognize .mjs files as modules, and changes the way they are handled for imports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant