[APM] Fix readme for running tsc (#95074)

This commit is contained in:
Søren Louv-Jansen 2021-03-22 23:19:58 +01:00 committed by GitHub
parent 19aeb99dc3
commit e90e5bae8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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