Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const participants = await hubProxy.getParticipants()
By default, only types defined in the project specified by the --project option are targeted for transpiling. By passing the --asm true option, types contained in project/package reference assemblies will also be targeted for transpiling.

```bash
$ dotnet tsrts --project path/to/Project.csproj --output generated -asm true
$ dotnet tsrts --project path/to/Project.csproj --output generated --asm true
```

## Supported Types
Expand Down