Skip to content

Commit ca994f3

Browse files
committed
Add path mapping for e2e/* in tsconfig.json
1 parent f68719f commit ca994f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": "."
3+
"baseUrl": ".",
4+
"paths": {
5+
"e2e/*": ["./*"]
6+
}
47
}
58
}

0 commit comments

Comments
 (0)