Skip to content

Commit d8b3660

Browse files
authored
Add path alias to TS demo tsconfig (#2771)
1 parent 22c09e7 commit d8b3660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

demo/tsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
22
"extends": "../tsconfig.base.json",
3+
"compilerOptions": {
4+
"paths": {
5+
"victory*": ["../packages/victory*"],
6+
}
7+
}
38
}

0 commit comments

Comments
 (0)