Skip to content

Commit

Permalink
Merge pull request #4 from iflix/feature/MES-227_add_ts
Browse files Browse the repository at this point in the history
MES-227: Add support for TS
  • Loading branch information
Nikita Kurpas authored May 15, 2019
2 parents 283f89a + 5a2fe8a commit 23730d5
Show file tree
Hide file tree
Showing 6 changed files with 2,697 additions and 1,470 deletions.
11 changes: 3 additions & 8 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"presets": [
[
"es2015"
]
"@babel/preset-env",
"@babel/preset-typescript"
],
"plugins": [
"add-module-exports",
"transform-es2015-modules-umd",
"transform-class-properties",
"transform-es2015-spread",
"transform-object-rest-spread"
"@babel/plugin-proposal-class-properties"
]
}
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test/
.babelrc
.arcconfig
.eslintrc.js
.lock
.lock
Loading

0 comments on commit 23730d5

Please sign in to comment.