diff options
Diffstat (limited to 'config.ts')
-rw-r--r-- | config.ts | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ /// <reference path="require.d.ts" /> -import * as hes from "hesla"; + +import { Hesla } from "hesla"; require([], () => { - var thisHesla = new hes.Hesla(); + var thisHesla = new Hesla(); }); |