Skip to content

Commit 51b0f1e

Browse files
committed
update
1 parent a9eb058 commit 51b0f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/tsconfig-paths/example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"foo": ["./src/mapped/foo"],
1010
"bar/*": ["./src/mapped/bar/*"],
1111
"refs/*": ["./src/refs/*"],
12-
"*": ["./src/mapped/longest/one.ts", "./src/mapped/star/*"],
12+
"*": ["./src/mapped/star/*", "./src/mapped/longest/one.ts"],
1313
"longest/*": ["./src/mapped/longest/four.ts", "./src/mapped/longest/two.ts"]
1414
},
1515
"composite": true

0 commit comments

Comments
 (0)