We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d310bca commit b4e48c3Copy full SHA for b4e48c3
lib/index.ts
@@ -1,2 +1,6 @@
1
-export { TypeScriptLoader, TypeScriptLoaderSync } from "./loader.js";
+export {
2
+ TypeScriptLoader,
3
+ // eslint-disable-next-line @typescript-eslint/no-deprecated
4
+ TypeScriptLoaderSync,
5
+} from "./loader.js";
6
export type { TypeScriptCompileError } from "./typescript-compile-error.js";
0 commit comments