mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
7 lines
122 B
JSON
7 lines
122 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS"
|
|
},
|
|
"include": ["monaco.d.ts"],
|
|
"exclude": ["theme"]
|
|
}
|