Skip to content

Commit

Permalink
fix(ng-cli): revert don't ignore *.ts files anymore
Browse files Browse the repository at this point in the history
This reverts commit 893cd75.
  • Loading branch information
ocombe committed Feb 11, 2016
1 parent 893cd75 commit d231524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ build.xml
node_modules/*
npm-debug.log
coverage
*.ts
!*.d.ts
tests

#################
Expand Down
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"moduleResolution": "node"
},
"files": [
"ng2-translate.ts",
"src/translate.pipe.ts",
"src/translate.parser.ts",
"src/translate.service.ts"
"ng2-translate.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit d231524

Please sign in to comment.