mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Adopt latest monaco-editor-core, adopt TS 2.0 for compilation
This commit is contained in:
parent
27c7315d4b
commit
0adb5b8c74
3 changed files with 6 additions and 68 deletions
|
|
@ -92,7 +92,7 @@ gulp.task('release', ['clean-release','compile'], function() {
|
|||
|
||||
var compilation = tsb.create(assign({ verbose: true }, require('./tsconfig.json').compilerOptions));
|
||||
|
||||
var tsSources = require('./tsconfig.json').filesGlob;
|
||||
var tsSources = require('./tsconfig.json').include.concat(require('./tsconfig.json').files);
|
||||
|
||||
function compileTask() {
|
||||
return merge(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue