We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c09e7 commit d8b3660Copy full SHA for d8b3660
demo/tsconfig.json
@@ -1,3 +1,8 @@
1
{
2
"extends": "../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "paths": {
5
+ "victory*": ["../packages/victory*"],
6
+ }
7
8
}
0 commit comments