Closed auvred closed 10 months ago
I missed it somehow in https://github.com/hosseinmd/prettier-plugin-jsdoc/pull/195
When working in TypeScript project with moduleResolution set to node16, nodenext, or bundler, it's impossible to import type Options from the package, because its types are resolved to ./dist/types
moduleResolution
node16
nodenext
bundler
Options
./dist/types
https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/a774106d68d4ebfce332059e46321fdecc490591/src/index.ts#L240
I missed it somehow in https://github.com/hosseinmd/prettier-plugin-jsdoc/pull/195
When working in TypeScript project with
moduleResolution
set tonode16
,nodenext
, orbundler
, it's impossible to import typeOptions
from the package, because its types are resolved to./dist/types
https://github.com/hosseinmd/prettier-plugin-jsdoc/blob/a774106d68d4ebfce332059e46321fdecc490591/src/index.ts#L240