mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
10 lines
168 B
TypeScript
10 lines
168 B
TypeScript
/// <reference path="systemjs.d.ts" />
|
|
|
|
import System = require('systemjs');
|
|
|
|
System.config({
|
|
baseURL: '/',
|
|
paths: {'*': '*.js?v=0.18.4'}
|
|
});
|
|
|
|
System.import('app'); |