diff --git a/x-pack/plugins/apm/readme.md b/x-pack/plugins/apm/readme.md index 9ddbd1757ad94..b35024844a892 100644 --- a/x-pack/plugins/apm/readme.md +++ b/x-pack/plugins/apm/readme.md @@ -118,7 +118,7 @@ _Note: Run the following commands from `kibana/`._ ### Typescript ``` -yarn tsc --noEmit --project x-pack/plugins/apm/tsconfig.json --skipLibCheck +yarn tsc --noEmit --emitDeclarationOnly false --project x-pack/plugins/apm/tsconfig.json --skipLibCheck ``` ### Prettier