Skip to content

Commit

Permalink
feat(scripts): create script for adding ambient type def reference to…
Browse files Browse the repository at this point in the history
… core.d.ts
  • Loading branch information
Hotell committed Jan 11, 2016
1 parent aa9a16d commit b21be30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/create_core.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
cat scripts/typings_import.txt >> core.d.ts

1 change: 1 addition & 0 deletions scripts/typings_import.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import './manual_typings/globals.d.ts';

0 comments on commit b21be30

Please sign in to comment.