-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'd really like to add support for declaration maps so that in my VS Code I can use Go-to-Definition to navigate to the .ts files instead of .mts or .mjs files.
What I've tried to do:
- Add
"declaration": trueand"declarationMap": trueto packages/openai-partial-stream/tsconfig.json. - Run
npm run build. - Still, no .map files were generated.
Since the npm run build uses tsup, I suspect it's related to egoist/tsup#488 and apparently this remains unsupported. I'd love to hear your thoughts. I'm happy to help.
sohamnandi77
Metadata
Metadata
Assignees
Labels
No labels