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 3e9aa4d commit 7b2a575Copy full SHA for 7b2a575
smoke-tests/smoke-test-esm.mjs
@@ -1,3 +1,3 @@
1
-import mod from "./dist/cjs/index.js";
+import mod from "../dist/cjs/index.js";
2
const {TypeScriptLoader} = mod;
3
TypeScriptLoader()
0 commit comments