We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb49bd0 commit 01049b2Copy full SHA for 01049b2
packages/canvas-header/tsconfig.json
@@ -8,13 +8,29 @@
8
"include": ["src/**/*"],
9
"exclude": ["**/*.spec.*", "**/*.story.*"],
10
"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"},
+ {
+ "path": "../emotion"
+ },
+ "path": "../icon"
+ "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
+ }
35
]
36
}
0 commit comments