Skip to content

Commit b4e48c3

Browse files
committed
chore: ignore deprecation for own export
1 parent d310bca commit b4e48c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
export { TypeScriptLoader, TypeScriptLoaderSync } from "./loader.js";
1+
export {
2+
TypeScriptLoader,
3+
// eslint-disable-next-line @typescript-eslint/no-deprecated
4+
TypeScriptLoaderSync,
5+
} from "./loader.js";
26
export type { TypeScriptCompileError } from "./typescript-compile-error.js";

0 commit comments

Comments
 (0)