Skip to content

Commit

Permalink
[APM] Fix readme for running tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Mar 22, 2021
1 parent e7bb8b7 commit debd904
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 debd904

Please sign in to comment.