mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Adopt include in tsconfig.json
This commit is contained in:
parent
b05c374f39
commit
d96d3b863b
2 changed files with 2 additions and 18 deletions
|
|
@ -72,7 +72,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;
|
||||
|
||||
function compileTask() {
|
||||
return merge(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue