Skip to content

Instantly share code, notes, and snippets.

@biolauri
Last active May 20, 2026 22:54
Show Gist options
  • Select an option

  • Save biolauri/ed8be1c4b7625e389cc45fb988888db1 to your computer and use it in GitHub Desktop.

Select an option

Save biolauri/ed8be1c4b7625e389cc45fb988888db1 to your computer and use it in GitHub Desktop.
repro-nestjs-swagger-esm
{
"name": "repro-nestjs-swagger-esm",
"version": "0.0.0",
"private": true,
"description": "Minimum reproduction for missing import in 11.4.3",
"homepage": "https://github.com/nestjs/swagger/issues/3929",
"license": "UNLICENSED",
"type": "module",
"dependencies": {
"@nestjs/common": "11.1.19",
"@nestjs/config": "4.0.4",
"@nestjs/core": "11.1.19",
"@nestjs/swagger": "11.4.3"
},
"devDependencies": {
"typescript": "5.9.3"
},
"engines": {
"node": "26"
},
"engineStrict": true
}
import { PathItemObject } from '@nestjs/swagger/dist/interfaces/open-api-spec.interface';
type MyOwnPathItemObject = PathItemObject;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment