Skip to content

Commit

Permalink
remove new keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed May 19, 2020
1 parent 7111766 commit b4f1901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/node_modules/
package-lock.json
*.js
*.d.ts
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"author": "Anton Medvedev <[email protected]>",
"homepage": "https://medv.io/codejar/",
"main": "codejar.js",
"types": "codejar.d.ts",
"files": [
"*.ts",
"*.js"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dom"
],
"strict": true,
"declaration": true,
"noUnusedLocals": true
}
}

0 comments on commit b4f1901

Please sign in to comment.