Skip to content

Commit

Permalink
[Batch] Include types in shipped package (Azure#16874)
Browse files Browse the repository at this point in the history
  • Loading branch information
deyaaeldeen authored and ckairen committed Aug 24, 2021
1 parent c0ee554 commit 8aaf4fc
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions sdk/batch/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "MIT",
"main": "./dist/batch.js",
"module": "./esm/batchServiceClient.js",
"types": "./esm/batchServiceClient.d.ts",
"types": "./types/src/batchServiceClient.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -76,18 +76,11 @@
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"dist/**/*.d.ts.map",
"esm/**/*.js",
"esm/**/*.js.map",
"esm/**/*.d.ts",
"esm/**/*.d.ts.map",
"src/**/*.ts",
"dist/",
"dist-esm/src/",
"types/src/",
"README.md",
"rollup.config.js",
"tsconfig.json"
"LICENSE"
],
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
Expand Down

0 comments on commit 8aaf4fc

Please sign in to comment.