Skip to content

Commit

Permalink
[BUG] Typing issue with generated types causing Type X is not assigna…
Browse files Browse the repository at this point in the history
…ble to type Y #2052 (#2054)
  • Loading branch information
MSNev authored Apr 19, 2023
1 parent 11584a1 commit 388f676
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 128 deletions.
8 changes: 1 addition & 7 deletions AISKU/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,7 @@
* local files for library1.
*/
"bundledPackages": [
"@microsoft/applicationinsights-analytics-js",
"@microsoft/applicationinsights-channel-js",
"@microsoft/applicationinsights-common",
"@microsoft/applicationinsights-core-js",
"@microsoft/applicationinsights-dependencies-js",
"@microsoft/applicationinsights-properties-js"
],
],

/**
* Determines how the TypeScript compiler engine will be invoked by API Extractor.
Expand Down
5 changes: 1 addition & 4 deletions AISKULight/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@
* local files for library1.
*/
"bundledPackages": [
"@microsoft/applicationinsights-common",
"@microsoft/applicationinsights-channel-js",
"@microsoft/applicationinsights-core-js"
],
],

/**
* Determines how the TypeScript compiler engine will be invoked by API Extractor.
Expand Down
Loading

0 comments on commit 388f676

Please sign in to comment.