-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working
Description
Version
Rslib 0.0.16Details
- tsconfig.json:
{
"extends": "@rsbuild/config/tsconfig",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"rootDir": "src",
"declarationDir": "./dist-types",
"composite": true,
"isolatedDeclarations": true,
"types": ["@rspack/core/module"],
"paths": {
"html-rspack-plugin": ["./compiled/html-rspack-plugin"]
}
},
"include": ["src"]
}- tsc output:
- Rslib output:
Reproduce link
https://github.com/web-infra-dev/rsbuild/tree/rslib_repro_types_1111
Reproduce Steps
- pnpm i
- cd pacakges/core
- pnpm run build
- see
packages/core/dist-types/types/thirdParty.d.ts
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working

