Skip to content

Commit

Permalink
Apply TSConfig to files under static-site/pages/
Browse files Browse the repository at this point in the history
static-site/src/ was mirrored from Auspice, but the include filepaths
should be project-specific. pages/ contains source files for this
project and should be added.
  • Loading branch information
victorlin committed May 28, 2024
1 parent 8d45cc3 commit a7bd07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static-site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ be set and will rewrite this file if they aren't set.²
},
"include": [
"next-env.d.ts",
"pages/**/*",
"src/**/*",
],
"exclude": [
Expand Down

0 comments on commit a7bd07c

Please sign in to comment.