This commit is contained in:
Alex Dima 2018-10-31 15:10:26 +01:00
parent 39e2f4e709
commit 6653d96ddd

2
src/monaco.d.ts vendored
View file

@ -10,7 +10,7 @@ declare module monaco.languages.json {
*/ */
readonly validate?: boolean; readonly validate?: boolean;
/** /**
* If set, comments are tolerated. If set to false, syntax errors will be emmited for comments. * If set, comments are tolerated. If set to false, syntax errors will be emitted for comments.
*/ */
readonly allowComments?: boolean; readonly allowComments?: boolean;
/** /**