Skip to content

Commit

Permalink
fix: Updated .tsconfig.json (#13)
Browse files Browse the repository at this point in the history
* fix: Updated .npmignore

* fix: Updated .tsconfig.json
  • Loading branch information
DanMad authored Jul 4, 2021
1 parent 9b3cb1f commit dbfbbd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Config files
*.config.*

# Git
.gitignore

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": {
"esModuleInterop": true,
"module": "commonjs",
"module": "ES6",
"sourceMap": true,
"strict": true,
"target": "es2015"
Expand Down

0 comments on commit dbfbbd7

Please sign in to comment.