fix: add "runtime.d.ts" to allow "require('handlebars/runtime')"
see #1499
- Loading branch information
| @@ -0,0 +1,5 @@ | ||
| import Handlebars = require('handlebars') | ||
|
|
||
| declare module "handlebars/runtime" { | ||
|
|
||
| } |
fix: add "runtime.d.ts" to allow "require('handlebars/runtime')"
see #1499
| @@ -0,0 +1,5 @@ | ||
| import Handlebars = require('handlebars') | ||
|
|
||
| declare module "handlebars/runtime" { | ||
|
|
||
| } |