Skip to content

Commit

Permalink
[APM] Fix readme for running tsc (#95074)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Mar 22, 2021
1 parent 19aeb99 commit e90e5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e90e5ba

Please sign in to comment.