Skip to content

Commit

Permalink
shipping .d.ts instead of .ts Goyoo#35
Browse files Browse the repository at this point in the history
  • Loading branch information
sciolizer committed Apr 25, 2017
1 parent 545928b commit 9bcfeed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"url": "https://github.com/goyoo/node-k8s-client/issues"
},
"main": "index.js",
"typings": "typings",
"scripts": {
"test": "mocha test",
"build": "webpack",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"experimentalDecorators": true,
"removeComments": false,
"suppressImplicitAnyIndexErrors":true,
"noImplicitAny": false
"noImplicitAny": false,
"declaration": true,
"declarationDir": "typings"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit 9bcfeed

Please sign in to comment.