Skip to content

Commit

Permalink
fix: add "runtime.d.ts" to allow "require('handlebars/runtime')"
Browse files Browse the repository at this point in the history
see #1499
  • Loading branch information
nknapp committed Feb 21, 2019
1 parent 40fb115 commit 5cedd62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime.d.ts
@@ -0,0 +1,5 @@
import Handlebars = require('handlebars')

declare module "handlebars/runtime" {

}

0 comments on commit 5cedd62

Please sign in to comment.