mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Merge pull request #3586 from microsoft/hediet/bundleTypescriptServicesWithTsc
bundle typescript services with tsc
This commit is contained in:
commit
b67461f194
3 changed files with 3 additions and 164127 deletions
|
|
@ -131,11 +131,6 @@ buildAMD({
|
|||
|
||||
//#region typescript
|
||||
|
||||
copyFile(
|
||||
`src/language/typescript/lib/typescriptServices-amd.js`,
|
||||
`out/languages/amd-tsc/language/typescript/lib/typescriptServices.js`
|
||||
);
|
||||
|
||||
buildESM({
|
||||
base: 'language/typescript',
|
||||
entryPoints: [
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -7,6 +7,8 @@
|
|||
"outDir": "../out/languages/amd-tsc",
|
||||
"strict": true,
|
||||
"target": "es5",
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"allowJs": true,
|
||||
"checkJs": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue