diff --git a/static-site/tsconfig.json b/static-site/tsconfig.json index e9e6b477e..55dce1703 100644 --- a/static-site/tsconfig.json +++ b/static-site/tsconfig.json @@ -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/**/*",