
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
@keyiis/dts-bundle-generator
Advanced tools
Add compilerOptions to override the attribute with the same name under tsconfig.json.So you no longer need to use a separate tsonfig JSON to handle personalized compilation configuration.
let myCompilerOptions={"removeComments": false};
let dts = dtsBundleGenerator.generateDtsBundle([
{
"filePath": "./index.ts"
}
],{
preferredConfigPath:'tsconfig.json',
compilerOptions:myCompilerOptions
});
fs.writeFileSync("index.d.ts",dts[0],'utf8');
https://github.com/timocov/dts-bundle-generator/issues/137
Because my project needs to use dynamic TS compilation configuration, the method recommended by the original author can not meet my needs, so I released this package.
因为我的项目需要使用动态的TS编译配置,原作者推荐的方式无法满足我的需求,因此我发布了这个包。
FAQs
DTS Bundle Generator
The npm package @keyiis/dts-bundle-generator receives a total of 3 weekly downloads. As such, @keyiis/dts-bundle-generator popularity was classified as not popular.
We found that @keyiis/dts-bundle-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.