File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
sdk/documenttranslator/ai-document-translator-rest Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22 "plugins" : [" @azure/azure-sdk" ],
33 "extends" : [" plugin:@azure/azure-sdk/azure-sdk-base" ],
44 "rules" : {
5- "@azure/azure-sdk/ts-modules-only-named" : " warn"
5+ "@azure/azure-sdk/ts-modules-only-named" : " warn" ,
6+ "@azure/azure-sdk/ts-apiextractor-json-types" : " warn" ,
7+ "@azure/azure-sdk/ts-package-json-types" : " warn"
68 }
79}
Original file line number Diff line number Diff line change 1111 "dtsRollup" : {
1212 "enabled" : true ,
1313 "untrimmedFilePath" : " " ,
14- "publicTrimmedFilePath" : " ./types/ai-document-translator-rest .d.ts"
14+ "publicTrimmedFilePath" : " ./types/ai-document-translator.d.ts"
1515 },
1616 "messages" : {
1717 "tsdocMessageReporting" : {
Original file line number Diff line number Diff line change 1515 "license" : " MIT" ,
1616 "main" : " ./dist/index.js" ,
1717 "module" : " ./dist-esm/src/index.js" ,
18- "types" : " ./types/ai-document-translator-rest .d.ts" ,
18+ "types" : " ./types/ai-document-translator.d.ts" ,
1919 "homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/documenttranslator/ai-document-translator/README.md" ,
2020 "repository" : " github:Azure/azure-sdk-for-js" ,
2121 "bugs" : {
You can’t perform that action at this time.
0 commit comments