Skip to content

Commit

Permalink
Updating tsconfig to use specific complier
Browse files Browse the repository at this point in the history
  • Loading branch information
bengriffin1 committed Apr 4, 2024
1 parent ceea22d commit 1075410
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "../config/tsconfig.test.json"
"extends": "../config/tsconfig.test.json",
"compilerOptions": {
"target": "es5"
}
}
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "./config/tsconfig.base.json"
"extends": "./config/tsconfig.base.json",
"compilerOptions": {
"target": "es5"
}
}

0 comments on commit 1075410

Please sign in to comment.