### Feature Request Add a CLI flag "--no-exports", or similar to prevent any "export" declarations. This would allow it to use the created file as a ambient declaration file. And you would not need to explicitly import the interfaces tsconfig.js ``` { "include": ["contentstack-types.d.ts"] } ``` And all interfaces are globally available
Feature Request
Add a CLI flag "--no-exports", or similar to prevent any "export" declarations.
This would allow it to use the created file as a ambient declaration file.
And you would not need to explicitly import the interfaces
tsconfig.js
And all interfaces are globally available