Skip to content

Commit

Permalink
[APM] Fix readme for running tsc (elastic#95074) (elastic#95119)
Browse files Browse the repository at this point in the history
Co-authored-by: Søren Louv-Jansen <[email protected]>
  • Loading branch information
kibanamachine and sorenlouv authored Mar 23, 2021
1 parent c8d5024 commit 432649b
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 432649b

Please sign in to comment.