@@ -28,7 +28,7 @@
<script src="./source/systemjs/system-register-only.js" type="text/javascript" charset="utf-8"></script>
<script src="./editor.bundle.js" type="text/javascript" charset="utf-8"></script>
<script>
- System.import('interop');
+ System.import('./interop');
</script>
</body>
@@ -1 +0,0 @@
-out/*
@@ -1,14 +1,12 @@
{
"compilerOptions": {
- "module": "system",
+ "module": "System",
"target": "ES6",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
- "outDir": "./out",
"outFile": "../../Data/AtomicEditor/CodeEditor/editor.bundle.js",
- "moduleResolution": "classic",
"sourceMap": true
},
"filesGlob": [