Skip to content

Commit e00a485

Browse files
committed
Include element package in references
1 parent a623f66 commit e00a485

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/block-editor/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"rootDir": "src",
55
"declarationDir": "build-types"
66
},
7+
"references": [
8+
{ "path": "../element" }
9+
],
710
// NOTE: This package is being progressively typed. You are encouraged to
811
// expand this array with files which can be type-checked. At some point in
912
// the future, this can be simplified to an `includes` of `src/**/*`.

0 commit comments

Comments
 (0)