Skip to content

Commit

Permalink
Step 23.3: Add typings configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 22, 2016
1 parent 3279041 commit ab876de
Show file tree
Hide file tree
Showing 9 changed files with 4,899 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typings.d.ts
@@ -0,0 +1,4 @@
declare module '*.html' {
const template: string;
export default template;
}
11 changes: 11 additions & 0 deletions typings.json
@@ -0,0 +1,11 @@
{
"name": "angular2-meteor-base",
"version": false,
"dependencies": {
"chai-spies": "registry:npm/chai-spies#0.7.1+20160614064916"
},
"globalDependencies": {
"meteor": "github:meteor-typings/meteor/1.3#955b89a4e2af892d1736bc570b490a97e860d5b7",
"node": "registry:env/node#6.0.0+20161019193037"
}
}

0 comments on commit ab876de

Please sign in to comment.