Closed tini2n closed 9 months ago
From the dts-bundle-generator config docs:
output: {
/**
* Enables inlining of `declare global` statements contained in files which should be inlined (all local files and packages from inlined libraries).
* Optional. Default value is `false`.
*/
inlineDeclareGlobals: false,
^ might be worth giving this a try?
Hi! Trying to make ts library with d.ts bundle. The problem that my global typing ignoring by plugin. Have tried to import global.ts explicitly
export * from './types/global'
by index.ts entry file but still – just ignored this block:config that I used for plugin:
Any ideas here?