diff --git a/packages/build-info/src/frameworks/next.ts b/packages/build-info/src/frameworks/next.ts index be9c0bc2fc..15eee5c62e 100644 --- a/packages/build-info/src/frameworks/next.ts +++ b/packages/build-info/src/frameworks/next.ts @@ -8,7 +8,7 @@ export class Next extends BaseFramework implements Framework { category = Category.SSG npmDependencies = ['next'] excludedNpmDependencies = ['@nrwl/next'] - configFiles = ['next.config.js', 'next.config.mjs'] + configFiles = ['next.config.js', 'next.config.mjs', 'next.config.ts'] dev = { command: 'next',