Skip to content

Commit

Permalink
Refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
YagoLopez committed Jan 3, 2018
1 parent 201f116 commit 5ef4a00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions tmp/tsconfig.test.json.copia
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "es6"
}
}
File renamed without changes.
6 changes: 6 additions & 0 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs"
}
}

0 comments on commit 5ef4a00

Please sign in to comment.