diff --git a/tsconfig.json b/tsconfig.json index 35382e2827..dd439c8a79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,6 +35,9 @@ "~/server/*": ["src/server/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", + // this is here only because otherwise, during standalone build the process would update this file + "dist/types/**/*.ts" + ], "exclude": ["node_modules", "dist", "electron"] }