Skip to content

Commit

Permalink
Add old API for compiler options in ts loader bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 29, 2020
1 parent 10ad6e6 commit e218a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loaders/ts_loader/bootstrap/lib/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class TypeScriptLanguageServiceHost {
jsx: 2, /* React */
};

return options;
return options; /* ts.getDefaultCompilerOptions() */
}

getCurrentDirectory() {
Expand Down

0 comments on commit e218a92

Please sign in to comment.