Skip to content

Commit

Permalink
clarify what "deps" term (elastic#82465) (elastic#82575)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov authored Nov 4, 2020
1 parent 0ae2e7c commit 0ba34f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/best-practices/typescript.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Run `node scripts/find_plugins_without_ts_refs.js --id your_plugin_id` to get a

[discrete]
==== Implementation
- Make sure all the plugins listed as dependencies in `kibana.json` file have migrated to TS project references.
- Make sure all the plugins listed as dependencies in *requiredPlugins*, *optionalPlugins* & *requiredBundles* properties of `kibana.json` manifest file have migrated to TS project references.
- Add `tsconfig.json` in the root folder of your plugin.
[source,json]
----
Expand Down

0 comments on commit 0ba34f3

Please sign in to comment.