mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"outDir": "../out/amd",
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"lib": ["dom", "es5", "es2015.collection", "es2015.promise", "es2015.iterable"]
|
|
}
|
|
}
|