Skip to content

Commit

Permalink
Update: Changed transpile target to ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed May 31, 2018
1 parent 59b53d3 commit f3a0b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type Options = {
to?: number;
/**
* See changes recursively (flag `-r`)
* Default: true
*/
recursive?: boolean;
};
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type Options = {
to?: number;
/**
* See changes recursively (flag `-r`)
* Default: true
*/
recursive?: boolean;
/** @internal */
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"importHelpers": false,
Expand Down

0 comments on commit f3a0b10

Please sign in to comment.