mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
* Renamed systemjs definitions file old version file. * Renamed old systemjs tests file. * Init systemjs definitions file 0.19.29 file added. * Init systemjs tests file 0.19.29 added. * normalizedParentName changed to string in SystemJS * Optimized code ant fixed some any * Fixed old version naming. * Removed `v` from version. * Updated package name in definitions file. * Added loads list. * Update systemjs.d.ts * Added old authors.
11 lines
169 B
TypeScript
11 lines
169 B
TypeScript
/// <reference path="systemjs.d.ts" />
|
|
|
|
import System = require('systemjs');
|
|
|
|
System.config({
|
|
baseURL: '/',
|
|
paths: {'*': '*.js?v=0.18.4'}
|
|
});
|
|
|
|
System.import('app');
|