Skip to content

Commit

Permalink
Update tests/cases/conformance/node/nodeModulesTripleSlashReferenceMo…
Browse files Browse the repository at this point in the history
…deOverride3.ts

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
  • Loading branch information
weswigham and sandersn committed Feb 15, 2022
1 parent ffe16a4 commit 079515f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,5 +28,5 @@ declare global {
// @filename: /index.ts
/// <reference types="pkg" resolution-mode="require" />
foo;
bar; // bar should resolve while foo should not, since even though index.js is esm, the refernce is cjs
bar; // bar should resolve while foo should not, since even though index.js is esm, the reference is cjs
export {};

0 comments on commit 079515f

Please sign in to comment.