mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
0ae2e7c183
commit
0ba34f3067
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue