Skip to content

Commit 08d3db9

Browse files
committed
chore(analytics): fix tsconfig references
1 parent f0e8107 commit 08d3db9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/modules/analytics/tsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
},
1414
{
1515
"path": "../event"
16+
},
17+
{
18+
"path": "../app"
19+
},
20+
{
21+
"path": "../context"
22+
},
23+
{
24+
"path": "../../react"
1625
}
1726
],
1827
"include": ["src/**/*"],

0 commit comments

Comments
 (0)