1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Rename *.d.ts to *.d.mts. Close #17241

Add a type test for legacy.

- https://www.typescriptlang.org/docs/handbook/modules/reference.html#file-extension-substitution
This commit is contained in:
Takashi Tamura 2023-11-10 17:27:04 +09:00
parent 1b88aad0db
commit 61ed77cfb4
10 changed files with 41 additions and 12 deletions

View file

@ -0,0 +1 @@
export * from "../../types/web/pdf_viewer.component.js";

View file

@ -1 +0,0 @@
export * from "../../types/web/pdf_viewer.component";

1
external/dist/web/pdf_viewer.d.mts vendored Normal file
View file

@ -0,0 +1 @@
export * from "../types/web/pdf_viewer.component.js";

View file

@ -1 +0,0 @@
export * from "../types/web/pdf_viewer.component";