File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/openapi-code-generator/src/typescript/typescript-nextjs Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 4242 " packages/openapi-code-generator/src/core/schemas/openapi-3.0-specification-validator.js" ,
4343 " packages/openapi-code-generator/src/core/schemas/openapi-3.1-specification-validator.js" ,
4444 " integration-tests/**/generated/*" ,
45+ " integration-tests/typescript-nextjs/src/app/**/*" ,
4546 " integration-tests-definitions/**/*" ,
4647 " e2e/src/generated/**/*" ,
4748 " schemas/*.json" ,
Original file line number Diff line number Diff line change @@ -547,6 +547,7 @@ export async function generateTypescriptNextJS(
547547 rootSchemaBuilder . withImports ( clientImportBuilder ) ,
548548 {
549549 enableRuntimeResponseValidation : config . enableRuntimeResponseValidation ,
550+ enableTypedBasePaths : config . enableTypedBasePaths ,
550551 } ,
551552 )
552553
You can’t perform that action at this time.
0 commit comments