Skip to content

Commit

Permalink
Merge pull request #2 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix: adjust tsconfig.json
  • Loading branch information
jlenon7 authored Mar 28, 2022
2 parents 4dc5db0 + ff48bc4 commit c4771ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src/*": ["src/*"],
"tests/*": ["tests/*"]
},
"forceConsistentCasingInFileNames": true,
"forceConsistentCasingInFileNames": true
},
"include": ["*.ts", "**/*.ts"],
"exclude": ["node_modules", "build", "dist", "tests"]
Expand Down

0 comments on commit c4771ee

Please sign in to comment.