Skip to content

Commit

Permalink
excludes -> exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Aug 29, 2018
1 parent fc9623d commit f83ea2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -3,5 +3,5 @@
"experimentalDecorators": true,
"allowJs": true
},
"excludes": "*/node_modules/*"
"exclude": "*/node_modules/*"
}

0 comments on commit f83ea2a

Please sign in to comment.