Skip to content

Commit 01049b2

Browse files
committed
Update tsconfig.json
1 parent eb49bd0 commit 01049b2

File tree

1 file changed

+24
-8
lines changed

1 file changed

+24
-8
lines changed

packages/canvas-header/tsconfig.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,29 @@
88
"include": ["src/**/*"],
99
"exclude": ["**/*.spec.*", "**/*.story.*"],
1010
"references": [
11-
{"path": "../emotion"},
12-
{"path": "../icon"},
13-
{"path": "../leafygreen-provider"},
14-
{"path": "../lib"},
15-
{"path": "../palette"},
16-
{"path": "../tokens"},
17-
{"path": "../tooltip"},
18-
{"path": "../typography"},
11+
{
12+
"path": "../emotion"
13+
},
14+
{
15+
"path": "../icon"
16+
},
17+
{
18+
"path": "../leafygreen-provider"
19+
},
20+
{
21+
"path": "../lib"
22+
},
23+
{
24+
"path": "../palette"
25+
},
26+
{
27+
"path": "../tokens"
28+
},
29+
{
30+
"path": "../tooltip"
31+
},
32+
{
33+
"path": "../typography"
34+
}
1935
]
2036
}

0 commit comments

Comments
 (0)