Skip to content

Commit

Permalink
Update tsconfig for new layout [#134]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Oct 22, 2024
1 parent 0b3197c commit 9dc9280
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static-site/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,16 @@ be set and will rewrite this file if they aren't set.²
"esModuleInterop": true,
"module": "esnext",
"resolveJsonModule": true,
"plugins": [
{
"name": "next"
}
]
},
"include": [
".next/types/**/*.ts",
"app/**/*",
"components/**/*",
"next-env.d.ts",
"pages/**/*",
"src/**/*",
Expand Down

0 comments on commit 9dc9280

Please sign in to comment.