Skip to content

Commit

Permalink
Change includes
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Sep 8, 2024
1 parent 8daeaf4 commit 2ba3400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions LiftLog.Ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES2021",
"lib": ["ES2021", "DOM"]
},
"include": ["wwwroot/**/*.ts"],
"exclude": ["node_modules"],
"moduleResolution": "nodenext"
}
1 change: 1 addition & 0 deletions LiftLog.Web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "ES2021",
"lib": ["ES2021", "DOM"]
},
"include": ["wwwroot/**/*.ts"],
"exclude": ["node_modules"],
"moduleResolution": "nodenext"
}

0 comments on commit 2ba3400

Please sign in to comment.