Skip to content

Commit

Permalink
[mgmt] migrate mgmt package to esm (#32349)
Browse files Browse the repository at this point in the history
#32184
@azure/arm-appcomplianceautomation
@azure/arm-appconfiguration
@azure/arm-appcontainers
@azure/arm-appinsights
@azure/arm-appplatform
  • Loading branch information
kazrael2119 authored Jan 3, 2025
1 parent e569cc3 commit eb67e3d
Show file tree
Hide file tree
Showing 1,082 changed files with 2,731 additions and 3,819 deletions.
181 changes: 120 additions & 61 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"mainEntryPointFilePath": "dist/esm/index.d.ts",
"docModel": {
"enabled": true
},
Expand All @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-appcomplianceautomation.d.ts"
"publicTrimmedFilePath": "dist/arm-appcomplianceautomation.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading

0 comments on commit eb67e3d

Please sign in to comment.