fix: add "runtime.d.ts" to allow "require('handlebars/runtime')"
see #1499
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
import Handlebars = require('handlebars')
|
||||||
|
|
||||||
|
declare module "handlebars/runtime" {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user