Skip to content

Commit

Permalink
Fix npmignore and tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Jan 15, 2016
1 parent 2cec037 commit e62936b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
node_modules/
typings/
cache/
*.js
*.d.ts
*.log.*
*.log
*.tgz
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules/
typings/
cache/
src/
*.log.*
*.log
*.tgz
1 change: 0 additions & 1 deletion dist/.gitignore

This file was deleted.

6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"declaration": false,
"declaration": true,
"experimentalDecorators": true,
"module": "commonjs",
"moduleResolution": "node",
Expand All @@ -9,9 +9,7 @@
"target": "es5"
},
"files": [
"typings/node/node.d.ts",
"typings/request/request.d.ts",
"typings/bluebird/bluebird.d.ts",
"typings/tsd.d.ts",
"typings-custom/node-expat.d.ts",

"src/xsd.ts"
Expand Down

0 comments on commit e62936b

Please sign in to comment.