Skip to content

Commit

Permalink
fix: ESLint config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar authored and Roman committed Mar 6, 2020
1 parent f31e699 commit c9d3cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"outDir": "lib"
},
"include": [
"src/**/*.ts"
"src/**/*"
],
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"experimentalDecorators": true
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
"src/**/*",
"test/**/*"
],
}

0 comments on commit c9d3cfd

Please sign in to comment.