Skip to content
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

bundle typescript types .d.ts files? #1295

Closed
larshp opened this issue Sep 9, 2020 · 3 comments
Closed

bundle typescript types .d.ts files? #1295

larshp opened this issue Sep 9, 2020 · 3 comments

Comments

@larshp
Copy link
Member

larshp commented Sep 9, 2020

or rollup,
chartjs/Chart.js@cc809f2

microsoft/TypeScript#4433

https://www.npmjs.com/package/rollup-plugin-dts

https://www.npmjs.com/package/@microsoft/api-extractor

@larshp larshp changed the title webpack typescript types .d.ts files? bundle typescript types .d.ts files? Sep 9, 2020
@larshp
Copy link
Member Author

larshp commented Sep 13, 2020

api-extractor wont work due to microsoft/rushstack#1029

{
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
  "mainEntryPointFilePath": "<projectFolder>/build/src/index.d.ts",
  "docModel": {
    "enabled": false
  },
  "apiReport": {
    "enabled": false
  },
  "dtsRollup": {
    "enabled": true
  }
}

@larshp
Copy link
Member Author

larshp commented Sep 13, 2020

temporary solution with the 7.8.2-pr1796.0 version

@larshp
Copy link
Member Author

larshp commented Sep 14, 2020

done, #1305

@larshp larshp closed this as completed Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant