Skip to content

Commit

Permalink
update tspconfig for js (#30089)
Browse files Browse the repository at this point in the history
* update tspconfig for js

* Update tspconfig.yaml

* Update tspconfig.yaml

* Update tspconfig.yaml
  • Loading branch information
kazrael2119 authored Aug 6, 2024
1 parent 121bd2b commit c37a507
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ options:
namespace: "com.azure.resourcemanager.healthdataaiservices"
service-name: "Health Data AI Services"
examples-directory: "{project-root}/examples"
"@azure-tools/typespec-ts":
azureSdkForJs: true
isModularLibrary: true
generateMetadata: true
hierarchyClient: false
experimentalExtensibleEnums: true
enableOperationGroup: true
package-dir: "arm-healthdataaiservices"
emitter-output-dir: "{project-root}/{service-dir}/{package-dir}"
flavor: "azure"
packageDetails:
name: "@azure/arm-healthdataaiservices"
linter:
extends:
- "@azure-tools/typespec-azure-rulesets/resource-manager"

0 comments on commit c37a507

Please sign in to comment.