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(
|
||||
|
|
|
|||
|
|
@ -4,26 +4,10 @@
|
|||
"outDir": "out",
|
||||
"target": "es5"
|
||||
},
|
||||
"filesGlob": [
|
||||
"include": [
|
||||
"src/*.ts",
|
||||
"test/*.ts",
|
||||
"lib/*.d.ts",
|
||||
"node_modules/monaco-editor-core/monaco.d.ts"
|
||||
],
|
||||
"files": [
|
||||
"src/languageFeatures.ts",
|
||||
"src/mode.ts",
|
||||
"src/monaco.contribution.ts",
|
||||
"src/monaco.d.ts",
|
||||
"src/tokenization.ts",
|
||||
"src/worker.ts",
|
||||
"src/workerManager.ts",
|
||||
"test/assert.d.ts",
|
||||
"test/mocha.d.ts",
|
||||
"test/tokenization.test.ts",
|
||||
"lib/lib-es6-ts.d.ts",
|
||||
"lib/lib-ts.d.ts",
|
||||
"lib/typescriptServices.d.ts",
|
||||
"node_modules/monaco-editor-core/monaco.d.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue