Skip to content

Commit

Permalink
Add gutenberg-env types
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jun 13, 2024
1 parent 9ffc28a commit 195e7e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/interactivity/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types"
"declarationDir": "build-types",
"types": [ "gutenberg-env" ]
},
"include": [ "src/**/*" ]
}

0 comments on commit 195e7e9

Please sign in to comment.