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 a9eb058 commit 51b0f1eCopy full SHA for 51b0f1e
test/fixtures/tsconfig-paths/example/tsconfig.json
@@ -9,7 +9,7 @@
9
"foo": ["./src/mapped/foo"],
10
"bar/*": ["./src/mapped/bar/*"],
11
"refs/*": ["./src/refs/*"],
12
- "*": ["./src/mapped/longest/one.ts", "./src/mapped/star/*"],
+ "*": ["./src/mapped/star/*", "./src/mapped/longest/one.ts"],
13
"longest/*": ["./src/mapped/longest/four.ts", "./src/mapped/longest/two.ts"]
14
},
15
"composite": true
0 commit comments