Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix trailing whitespace
  • Loading branch information
Rowan Wyborn committed Dec 18, 2015
commit 2395890268ebfe6daf053d9c3b3e29555c307226
2 changes: 1 addition & 1 deletion src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2382,7 +2382,7 @@ namespace ts {
inlineSourceMap?: boolean;
inlineSources?: boolean;
jsx?: JsxEmit;
jsxNamespace? : string;
jsxNamespace? : string;
listFiles?: boolean;
locale?: string;
mapRoot?: string;
Expand Down