monaco-yaml/examples
Remco Haszing 7174aff026
Expose setDiagnosticsOptions in monaco-yaml
This removes the need to explain certain statements and imports need to
happen in a specific order. Users can now just use:

```ts
import { setDiagnosticsOptions } from 'monaco-yaml';

setDiagnosticsOptions({});
```
2021-07-18 14:58:42 +02:00
..
webpack Expose setDiagnosticsOptions in monaco-yaml 2021-07-18 14:58:42 +02:00
webpack-worker-loader Expose setDiagnosticsOptions in monaco-yaml 2021-07-18 14:58:42 +02:00