-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts file which has declarations only will not emit corresponding d.ts #868
Comments
@littlee This happens because you (likely) haven't set your {
...
"include": ["src/**/*"]
} This ensures |
🤦 alright |
Thought I'd update here that I fixed the root cause upstream in ezolenko/rollup-plugin-typescript2#406, which was released in rpt2 The |
src:
index.ts
model.ts
package.json
after building,
./types
directory has only one file,model.d.ts
is missingThe text was updated successfully, but these errors were encountered: