Skip to content

Commit

Permalink
fixup! feat(tools): update migration v9 generator to adopt new tsc bu…
Browse files Browse the repository at this point in the history
…ild setup
  • Loading branch information
Hotell committed Jun 16, 2022
1 parent 8ac823a commit 749a682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/generators/migrate-converged-pkg/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ describe('migrate-converged-pkg generator', () => {
Object {
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"dtsRollup": Object {
"enabled": true,
"publicTrimmedFilePath": "<projectFolder>/dist/index.d.ts",
"untrimmedFilePath": "",
},
Expand Down
1 change: 1 addition & 0 deletions tools/generators/migrate-converged-pkg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ const templates = {
extends: '@fluentui/scripts/api-extractor/api-extractor.common.v-next.json',
// TODO: remove after all v9 is migrated to new build and .d.ts API stripping
dtsRollup: {
enabled: true,
untrimmedFilePath: '',
publicTrimmedFilePath: '<projectFolder>/dist/index.d.ts',
},
Expand Down

0 comments on commit 749a682

Please sign in to comment.