Skip to content

Commit

Permalink
Update tsconfig to emit declaration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Oct 14, 2022
1 parent 85d3ba3 commit 6dcf4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nightwatch/mobile-helper",
"version": "0.0.1",
"description": "Mobile helper tool to easily setup mobile requirements",
"main": "src/index.ts",
"main": "dist/index.js",
"bin": "./index.js",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"target": "ESNext",
"module": "commonjs",
"outDir": "lib",
"declaration": true,
"declarationMap": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit 6dcf4ed

Please sign in to comment.