Skip to content

Commit

Permalink
small comments
Browse files Browse the repository at this point in the history
  • Loading branch information
roman.vasilev committed Jun 23, 2018
1 parent 91f7af7 commit 66eeab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const tslintConfigRules = Object.assign({},
'trailing-comma': false,
'typedef': false,
'newline-before-return': false,
'interface-name': false,
}
);

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"module": "commonjs", // set es2015 if using webpack
"moduleResolution": "node",
"importHelpers": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 66eeab5

Please sign in to comment.