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 d415e7d commit 67e0eb5Copy full SHA for 67e0eb5
test/tsconfig-wo-baseurl.json
@@ -2,12 +2,12 @@
2
// comments should work
3
"compilerOptions": {
4
"paths": {
5
- "@foobar": ["test/foo/bar"],
6
- "@foobar-react": ["test/foo/bar-react"],
7
- "@bar/*": ["test/bar/*"],
8
- "bar/*": ["test/bar/*"],
9
- "@js": ["test/js"],
10
- "$/*": ["test/*"]
+ "@foobar": ["./test/foo/bar"],
+ "@foobar-react": ["./test/foo/bar-react"],
+ "@bar/*": ["./test/bar/*"],
+ "bar/*": ["./test/bar/*"],
+ "@js": ["./test/js"],
+ "$/*": ["./test/*"]
11
}
12
13
0 commit comments