aboutsummaryrefslogblamecommitdiffstats
path: root/config.ts
blob: a65dfa897a13993c590b7cae746060164e982af4 (plain) (tree)
1
2
3
4
5
6
7
                                     

                              

                   
                                
   
/// <reference path="require.d.ts" />

import { Hesla } from "hesla";

require([], () => {
    var thisHesla = new Hesla();
});