mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00: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'); |