-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
Checklist
- I can reproduce this issue when running this plugin on its own.
Other plugins, such asnode-resolve
are known to cause issues. - I am running this plugin on
.d.ts
files generated by TypeScript.
The plugin can consume.ts
and even.js
files (withallowJs: true
), but this is known to cause issues. - This issue is not related to rolling up
@types
.
The plugin ignores these by default, unlessrespectExternal
is set.@types
can contain hand-crafted code which is known to cause issues.
Code Snipped
I use a composite project like this:
packages/
koishi/
dist/
index.d.ts
index.js
src/
index.ts
tsconfig.json
other-packages/
rollup.config.js
Error Message
TS6307: File 'packages/koishi/src/worker.ts' is not listed within the file list of project ''. Projects must list all files or use an 'include' pattern.
roni-castro-db, segevfiner, RomanHotsiy, MrFoxPro, cdalton713 and 1 more
Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right