Skip to content

Commit

Permalink
Step 3.10: Created TypeScript typings file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 282a3f5 commit 030c4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/declarations.d.ts
2 changes: 2 additions & 0 deletions src/declarations.d.ts
Expand Up @@ -11,6 +11,8 @@
For more info on type definition files, check out the Typescript docs here:
https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html
*/
/// <reference types="meteor-typings" />
/// <reference types="@types/underscore" />
/// <reference path="../models/whatsapp-models.d.ts" />
declare module '*';

0 comments on commit 030c4ec

Please sign in to comment.