Skip to content

CompilerOptionsValue

原文链接

https://microsoft.github.io/monaco-editor/docs.html#types/languages.typescript.CompilerOptionsValue.html

ts
CompilerOptionsValue: string 
| number 
| boolean 
| (string | number)[] 
| string[] 
| MapLike<string[]> 
| null 
| undefined

MapLike<string[]>