Skip to content

Commit 95726ad

Browse files
committed
add failing test
1 parent 57a9631 commit 95726ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

test/samples/path-config/input/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export { foo_nested } from './nested/file.js';
22

33
/**
44
* @param {import('#lib').Input} input
5-
* @returns {import('#lib').Output}
5+
* @returns {import('@/lib').Output}
66
*/
77
export function foo(input) {
88
return input * 2;

test/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"target": "esnext",
1111
"moduleResolution": "bundler",
1212
"paths": {
13+
"@/*": ["./samples/path-config/input/*"],
1314
"#lib": ["./samples/path-config/input/lib.d.ts"]
1415
}
1516
},

0 commit comments

Comments
 (0)