Skip to content

Commit

Permalink
Include all files except node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Jan 3, 2017
1 parent 7354639 commit c41060c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Expand Up @@ -14,9 +14,6 @@
"exclude": [
"node_modules"
],
"files": [
"typings.d.ts"
],
"compileOnSave": false,
"angularCompilerOptions": {
"genDir": "aot",
Expand Down

1 comment on commit c41060c

@darkbasic
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this? In your tutorial you still ask to include typings.d.ts: https://angular-meteor.com/tutorials/socially/angular2/bootstrap

Please sign in to comment.