aodb/system.config.js

9 lines
129 B
JavaScript
Raw Permalink Normal View History

2016-12-22 00:00:06 +00:00
System.config({
defaultJSExtensions: true,
paths: {
"*": "*.js",
'moment': 'lib/moment.js'
}
});