Skip to content

Commit

Permalink
use barbatus:typescript for Meteor 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzao committed Nov 5, 2019
1 parent 8e7e63b commit 4684ab2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"files.exclude": {
"**/.npm": true, // this excludes all folders from the explore tree
"packages": true // this excludes the folder only from the root
}
}
3 changes: 3 additions & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Package.onUse(function(api) {

// Non-core packages
api.use("aldeed:[email protected]");
// Should be replaced with straight up built-in 'typescript' in Meteor 1.8.2
// adornis:typescript from [1.4, 1.8)
api.use("barbatus:typescript");

api.use("mizzao:[email protected]");
api.use("iron:[email protected]");
Expand Down

0 comments on commit 4684ab2

Please sign in to comment.