Skip to content

Commit

Permalink
Add references
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Nov 13, 2020
1 parent 0d27b32 commit 13ae524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"rootDir": "src",
"declarationDir": "build-types"
},
"references": [ { "path": "../element" }, { "path": "../hooks" } ],
"references": [
{ "path": "../deprecated" },
{ "path": "../element" },
{ "path": "../hooks" }
],
// NOTE: This package is being progressively typed. You are encouraged to
// expand this array with files which can be type-checked. At some point in
// the future, this can be simplified to an `includes` of `src/**/*`.
Expand Down
1 change: 1 addition & 0 deletions packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declarationDir": "build-types"
},
"references": [
{ "path": "../deprecated" },
{ "path": "../element" },
{ "path": "../hooks" },
{ "path": "../primitives" }
Expand Down

0 comments on commit 13ae524

Please sign in to comment.