Hi @kminie
Do you want to map directly to the transcript sequences? Or do you want to map to the genome, and then transform the coordinates to the transcriptome space with --quantMode TranscriptomeSAM ?
Note that --outSJfilterReads will only affect the latter case. In the former case you will want to prohibit splicing with --alignIntronMax 1.
Cheers
Alex